搜索资源列表
在Visual C++中如何利用UDL文件来建立ADO连接
- 在Visual C++中如何利用UDL文件来建立ADO连接(数据库技术)-in Visual C UDL documents how to use ADO to establish connections (database technology)
使用ADO连接数据库
- 使用ADO连接数据库-use ADO to connect to the database
mfc ado
- 本源码是在mfc下通过ado连接数据库对数据库添加、录入、删除、读取等操作。
在Visual C++中如何利用UDL文件来建立ADO连接
- 在Visual C++中如何利用UDL文件来建立ADO连接(数据库技术)-in Visual C UDL documents how to use ADO to establish connections (database technology)
使用ADO连接数据库
- 使用ADO连接数据库-use ADO to connect to the database
ado数据库连接程序
- ado连接数据库简单程序,适合初学者。-ado connect to the database with simple procedures, suitable for beginners.
数据录入系统
- 这是一个 用ADO连接数据库的小程序 只是在学习的时候做的 可用于数据的读入 查询 删除等操作-This a database with ADO connection procedure is a small study done when the data can be used to read inquiries delete operation
数据库图书管理系统
- 用ADO连接数据库,然后有相应图书馆管理的功能-use ADO to connect to the database, then a corresponding library management functions
ADOlinkDatabaseClass
- 这个源码封装了ADO连接数据库,包括各种数据库,这样操作方便,形成一个VC连接各种数据库的一个中间件-the source of ADO to connect to the database, including databases, convenient operation, formation of a VC connections to a database middleware
Wgl
- Vc源码用ado连接数据库的源程序 简单实用-Vc source ado connect to the database using the simple and practical source
VB-(ADO)-EXAMPLE
- 使用VB学习ADO编写数据库程序。数据库连接使用ADO方法。-VB study prepared ADO database programming. Using ADO database connection methods.
testado
- vc ado连接数据库的简单的例子,希望对大家有所帮助。-vc ado connection database of simple example, and they hope to be helpful to everyone.
ADOSample1
- 数据库+VC++例子,VC++使用ADO连接数据库的具体例子
testdb
- 一个用ADO连接数据库(ACCESS)的简单实例,学习用-A database using ADO to connect (ACCESS) simple example, learning to use
ADO
- 利用ADO连接数据库的很好的例子,适合初学者。-ADO connection to use the good example of the database is suitable for beginners.
VC--ADO
- 用ADO连接数据库的一个类,内有详细的说明。-Database using ADO to connect a class with a detailed explanation.
ado
- visual C++ ado 连接数据库SQL-visual C++ ado connection database SQL
ComputerRetailMIS
- 电脑销售管理系统,采用vc++ + SQLSERVER 开发,ADO连接数据库,系统模块包括基本信息设置,电脑配件管理,报价信息管理,统计查询管理,系统用户管理等。-Computer sales management system that uses vc+++ SQLSERVER development, ADO database connectivity, the system modules, including basic in
ADO
- ADO连接数据库字符串大全 -ADO database connection string Guinness
vc++中使用MFC通过ADO连接数据库
- vc++中使用MFC通过ADO连接数据库,讲的很详细,可以练习对数据库的操作。