摘要: using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data;using System.IO;namespace helper{ public class helper { public static DataSet ExecuteDataset(string connString, CommandType txtType, string sql) { SqlConnection conn = new SqlConnection 阅读全文
posted @ 2011-08-16 13:59 Jason.裕哥 阅读(721) 评论(1) 推荐(0) 编辑