摘要: SQLServer存储过程帮助类: 简单举例调用: public DataTable GetDataQuickly(string procName,string beginTime,string overTime) { 阅读全文
posted @ 2017-11-10 15:52 #疆先绅# 阅读(349) 评论(0) 推荐(0) 编辑
摘要: SQLServer数据库帮助类: using System; using System.Collections; using System.Collections.Specialized; using System.Data; using System.Data.SqlClient; using S 阅读全文
posted @ 2017-11-10 15:52 #疆先绅# 阅读(1214) 评论(0) 推荐(0) 编辑
摘要: MySQL数据库帮助类: using System; using System.Collections; using System.Collections.Specialized; using System.Data; using MySql.Data.MySqlClient; using Syst 阅读全文
posted @ 2017-11-10 15:52 #疆先绅# 阅读(3089) 评论(1) 推荐(0) 编辑