摘要:
C#连接SQL字条串1:string str = "server=localhost;Initial Catalog=QQ;Integrated Security=SSPI;uid=sa;pwd=yh"; SqlConnection con = new SqlConnection(str); try { con.Open(); } catch (Exception ex) { throw ex; ... 阅读全文
posted @ 2010-10-20 15:55
雨宏
阅读(712)
评论(0)
推荐(0)
浙公网安备 33010602011771号