摘要:
string connStr = "server=kofo;database=pubs;uid=sa;pwd=kofo123"; SqlConnection myConnection = new SqlConnection(connStr); try { myConnection.Open(); S 阅读全文
posted @ 2016-07-12 10:58
Trafalgar
阅读(621)
评论(0)
推荐(0)