摘要: View Code 1 using (SqlConnection conn = new SqlConnection(connStr)) 2 { 3 string sql = "[PRinserTcheck]";//存储过程名 4 using (SqlCommand cmd = new SqlCommand(sql, conn)) 5 { 6 //执行存储过程 7 ... 阅读全文
posted @ 2013-05-01 19:48 xjt360 阅读(126) 评论(0) 推荐(0) 编辑