摘要: using (SqlConnection conn = new SqlConnection(connectionString)){ conn.Open(); SqlCommand comm = new SqlCommand(); comm.Connection = conn; ... 阅读全文
posted @ 2016-01-06 12:17 FH1004322 阅读(1129) 评论(0) 推荐(0)