搜索资源列表
SQLHelper
- 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings[\"ConnectionString\"] <!
SqlHelper
- Db类,连接数据库,用于Dao类和数据库的连接,里面有几种类方法,概括的很全面-Db class, connect to the database
SqlHelper
- 从读取数据库中表的内容,可当做函数使用,只需传入参数,返回相应类型数据-Read the database table from the contents, as a function, simply pass parameters, return the appropriate types of data
SQLHelper
- 主要是对数据库进行超作的,运用的数据库是MSSQL.-Mainly made to the database over the use of the database is MSSQL.
SqlHelper
- 数据库的通用访问代码,包含了增删改查的所有的方法,只需调用即可-Common database access code, includes the additions and deletions to search all the way, you can simply call
MicroSoftConnection
- SqlHelper是一个微软完全开放源码的数据库操作类,用于简化你重复的去写那些数据库连接(DbConnection),DbCommand,DbDataReader-Microsoft SqlHelper a completely open source database operations class, to simplify your repetitive to write that the database connection (DbConnection), DbCommand, Db
SqlHelper
- C#数据库类源码 C#数据库类源码-C# Database class source
SqlHelper
- 数据库操作的帮助类,实现了 查询 修改的功能,查询时能自动封包-Database operations with the help of class, modify the function of the query, the query automatically packet
SqlHelper
- sqlhelper,各种语句执行框架,执行条件,即各种返回数据集的形势-sqlhelper various statement the framework of the implementation, execution conditions, that is, a variety of return to the situation in the data set
MysqlCRUD
- VC调用MYSQL API实现增删改查,包含SQLHelper的实现-VC call MYSQL API the CRUD contains SQLHelper realization
SQLHelper
- C#.net连接SQLSERVER数据库,包括方法有:DataSet ExcuteDataSet,SqlDataReader ExecuteReader,CacheParameters-C#.net connect SQLSERVER,包括方法有:DataSet ExcuteDataSet,SqlDataReader ExecuteReader,CacheParameters。
