摘要:
string myConnectString = "Persist Security Info=False;Integrated Security=SSPI;database=northwind;server=mySQLServer;Connect Timeout=30";SqlConnection myConnection = new SqlConnection(myConnectString)... 阅读全文
posted @ 2009-06-29 17:13
与时俱进
阅读(593)
评论(0)
推荐(0)