摘要: string myConnectString = "Persist Security Info=False;Integrated Security=SSPI;database=northwind;server=mySQLServer;Connect Timeout=30";SqlConnection myConnection = new SqlConnection(myConnectString)... 阅读全文
posted @ 2006-10-04 20:04 MHL 阅读(911) 评论(1) 推荐(0)