摘要: SqlConnection con = new SqlConnection("server=.;database=myDB;uid=sa;pwd=password;") 改为: SqlConnection con = new SqlConnection("server=.;database=myDB;uid=sa;pwd=password;Connect Timeout=500") ... 阅读全文
posted @ 2012-02-24 17:44 叮/当 阅读(3167) 评论(0) 推荐(0) 编辑