搜索资源列表
qczlmanage
- 用delphi编写的数据库管理软件,采用三层结构,子系统全部封装在DLL中。-with delphi prepared by the database management software, has adopted a three-tier structure, Packaging all subsystems in DLL.
MYCENTER1
- 一个信息管理程序,部分代码封装到dll里,初学者可以参考-an information management procedures, some of the dll code Packaging, beginners can reference
Envolope_Sqlite3_class
- 1.自己封装的数据库SQlite3类,使得数据库操作更加简单容易。 2.查询时不需要定义回调函数,直接使用SelectFromTable(char *sql) 3.包含了Sqlite3的静态库,运行时不再需要sqlite3.dll 4.用法与说明请参考头文件
DBLib
- 封装的ADO访问数据库,只需要从指定的接口上继承,就可以实现任意数据库的访问-How to access the database via a dll
TestDBnew
- ADO数据库编程源码,多年前自己写的ADO数据库,并进行了动态链接库方式的封装,对学习 ADO 及 Dll 编程 非常有用。-ADO database programming source code, wrote it myself many years ago ADO database, and the way the dynamic link library package, to learn ADO and Dll very useful program.
ADOdll
- 以动态库的方式封装ADO的操作,封装成dll,方便调用。-Way to encapsulate ADO dynamic library operations, packaged into dll, easy call.
VCPPAll_Dll.example
- 利用Dll封装数据的各种方法,静态,动态,mfc dll mfc 扩展Dll讲解-Dll encapsulated data using various methods, static, dynamic, mfc dll mfc extension Dll explain
conntodll
- 封装数据库连接源码为dll动态链接文件,提高安全性,用其中的批处理注册即可使用,数据源文件格式为xml,vb读取后连接到数据库-Package source code for the database connection dll dynamic link files, increase security, use one of the batch registration can be used, the data source file format is xml, vb to connec
HansCryptManagment
- 自己编写的用户加解密管理软件 VC++, 封装Access数据库操作dll库。-a user crypty manager source using vc++ and access database operating to dll library
MySqlDB
- 简单的ADO封装 BOOL OpenTable(CString TableName) BOOL OpenSqlCode(CString strSqlCode) ULONG GetFieldCount() ULONG GetRecordCount() BOOL GetFieldName(LONG nIndex,CString& strName) BOOL GetFieldValue(LONG nIndex,CString& strValue)
adodb
- 封装连接数据库及常用增删改查等操作的动态库源码,简单,方便的在程序中使用SQLServer数据库。-DLL source package connection and common CRUD operations such as simple, easy to use SQLServer in the program.
RCCom
- 串口读写的dll封装,个人觉得还不错,使用简单,通过消息模式反馈,
RCCom
- 串口读写的dll封装,个人觉得还不错,使用简单,通过消息模式反馈,
SQLite3Demo
- 本Demo演示了SQLite3的一个封装类的使用方法。在工程文件夹下有放入DbSqlite.cpp,DbSqlite.h,sqlite3.h,sqlite3i.h,w32SQLite3.dll,w32SQLite3.lib这6个文件,在适当的地方包含sqlite3.h头文件并#pragma comment(lib, .\\w32SQLite3.lib )即可。大家可以根据实际情况进行改进!*注意:创建数据库插入表操作要在单独的过程中进行,否则会出现BUG!-This demo demonstra
