如何在Microsoft Visual Studio 2005中链接SQL数据库
visual吧
全部回复
仅看楼主
level 1
死在糖罐的苍蝇
楼主
那一位高手知道呀!!
2008年06月20日 10点06分
1
level 0
58.49.24.*
SqlConnection conn= new SqlConnection("server= .; database = SVSE;integrated security=sspi");如果是本机的话就是“.”如果是服务器的话就是IP地址的哦
2008年06月22日 15点06分
2
level 1
汪淼VS杨
指令还有conn.open();SqlCommand com=new SqlCommand("数据连接路径");
2008年07月04日 09点07分
3
1