搜索资源列表
Wgl
- Vc源码用ado连接数据库的源程序 简单实用-Vc source ado connect to the database using the simple and practical source
ADOinVC++
- ADO in VC-ADO in clause 8 VC
VC++中调用ADO的常用方法
- 讲解了VC++6.0种如何实现与ADO的连接,开发出连接数据库的程序
ADO
- 此文章描述的是VC开发数据库基础之ADO篇 -This article describes the development of databases based VC articles ADO
ADO
- 讲述ado的开发过程,环境为vc环境下。-Ado about the development process, the environment for vc environment.
ADO
- 介绍在vc下连接数据库的所有方法及步骤。还有所连接上的实例-Describes vc connect to the database under all the methods and procedures. There are examples of the connection
to_build_a_custom_ADO_class_in_VC
- 本文介绍一个自定义的ADO类,它封装了ADO中的各个对象的属性和方法,这种新的数据接口在形式上完全雷同于VB中的ADO,利用它可以在VC中像VB一样方便访问各种数据库。 -This article describes a custom ADO class, which encapsulates the various objects in the ADO properties and methods, this new data interface completely identical in
Aspbianchengshouce
- 本教程举例说明了如何使用 ADO 编程模型对数据源进行查询及更新。教程首先讲述了完成此项任务的必要步骤,然后分别通过 Microsoft® Visual Basic、以 VC++ Extensions 为特征的 Microsoft® Visual C++、Microsoft® Visual Basic® 、scr ipting Edition 和以 ADO for Windows Foundation Classes (ADO/WFC) 为特征的 Microsoft&re
VC_ADO
- VC中使用ADO进行数据库开发的一些资料的整理-VC database development using ADO for the collation of some of the information
MFC-Ado
- VC++中使用MFC通过ADO连接数据库方法小结(不包括异常的捕捉) 这里主要讲MFC与SQL2000数据库的连接。 -Focuses on the general approach of the MFC using Ado connection database environment for VC6.0
VCPPSQL_Server
- VC++连接数据库SQL 两种方式ODBC和ADO 有详细的说说明-VC++ connected database the SQL two ways ODBC and ADO detailed descr iption of said
itnset
- VC++ 对ADO,ODBC 的OCX和DLL的研制.
CPP-ODBC--ADO
- VC++ 利用ODBC和ADO方式访问数据库的方法及实例。-VC++ using ODBC and ADO database access methods and examples.
MFCADOmdbsql2000
- MFC使用ADO对象开发数据库应用程序,可以实现vc与access数据库的连接及通过列表控件实现对书库的添加、修改及删除操作等!-MFC using ADO object database application development, can realize vc and the access database connection and through the list control for the library to add, modify, and delete operatio
dataBase_MyExample
- vc++开发数据的最基本实例,该代码,用ADO技术实现了最简单的数据库创建 数据表的创建 数据添加 数据删除 数据显示等最基本的数据库操作编译可以通过,代码清晰,非常有用-database development