摘要: /// 数据连接字符串 /// private static string connectionString; /// /// 数据库 驱动 提供者 /// private static string providerName; /// /// 数据库 驱动 提... 阅读全文
posted @ 2008-03-18 17:14 阿春 阅读(256) 评论(0) 推荐(0)
摘要: public static DataTable Select(string sql) { using (DbConnection conn = factory.CreateConnection()) { try { conn.Co... 阅读全文
posted @ 2008-03-18 15:47 阿春 阅读(166) 评论(0) 推荐(1)