摘要:
//sql语句批处理 string select = "SELECT COUNT(*) FROM Customers; SELECT COUNT(*) FROM Products"; using (SqlConnection conn = new SqlConnection(source)) { conn.Open(); SqlCommand cmd = new S... 阅读全文
posted @ 2007-10-21 09:34 L.Zhang 阅读(104) 评论(0) 推荐(0)
浙公网安备 33010602011771号