搜索资源列表
CSQLQuery_demo
- 一个通过OLE/DB访问数据库的封装类,可以用来查询和修改表中字段. 作者:Eugene Khodakovsky-through an OLE / DB access to the database package type, can be used to query and modify tables field. Author : Eugene Khodakovsky
多种数据库的统一访问
- 用vc编写的数据库访问程序,利用OLE DB以统一的接口处理多种数据库!- Database visit procedure compiles which with vc, unifies the connection processing many kinds of databases using OLE DB!
IsapiOleDB
- 这个项目演示了一种用 ISAPI创建HTML页的方法,使用了 OLE DB 数据库访问技术。例子数据库是一个 Access数据库-the project with a demonstration ISAPI create HTML pages, the use of the OLE DB database access technology. Examples database is a database Access
ADOSCCHM
- 数据库开发的文件说明,ADO(ActiveX Data Object)是Microsoft数据库应用程序开发的新接口,是建立在OLE DB之上的高层数据库访问技术,请不必为此担心,即使你对OLE DB,COM不了解也能轻松对付ADO,因为它非常简单易用,甚至比你以往所接触的ODBC API、DAO、RDO都要容易使用,并不失灵活性。-database development documented, ADO (ActiveX Data Object) is a Microsoft database
QuerySQL
- 数据库查询器,要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\\Program Files\\Common Files\\system\\ole db\\>, and <C:\\Program Files\\Com
DataBaseViewer
- 数据库浏览器,要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\\Program Files\\Common Files\\system\\ole db\\>, and <C:\\Program Files\\Com
Serverhttp
- http浏览器。要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\\Program Files\\Common Files\\system\\ole db\\>, and <C:\\Program Files\\Co
MYOLEDBSAMPLE
- 使用OLE DB进行数据库编程-use OLE DB database programming
OLE_DB_operate
- OLE DB的存在为用户提供了一种统一的方法来访问所有不同种类的数据库-the presence of OLE DB to provide users with a unified approach to visit all the different kinds of databases
第29章 使用OLE DB操作数据库
- 使用OLE DB操作数据库.rar-use OLE DB database operation. Rar
ADO对象通过OLE DB连接Access
- ADO对象通过OLE DB连接Access
Hook
- OLE DB,对象链接与嵌入数据库。 OLE DB在两个方面对ODBC进行了扩展。首先, OLE DB提供了一个数据库编程的COM接口;第二, OLE DB提供了一个可用于关系型和非关系型数据源的接口。 OLE DB的两个基本结构是OLE DB提供程序(Provider)和OLE DB用户程序(Consumer)。-OLE DB, Object Linking and Embedding Database. OLE DB for ODBC in the two areas have been e
C++withOLEDB
- C++ with OLE DB Programing doc Eng
sqlncli
- Microsoft SQL Server Native Client (SQL Native Client) 是一个同时包含 SQL OLE DB 访问接口和 SQL ODBC 驱动程序的动态链接库 (DLL)。它对使用本机代码 API(ODBC、OLE DB 和 ADO)连接到 Microsoft SQL Server 7.0、2000 或 2005 的应用程序提供运行时支持。应使用 SQL Native Client 来创建新的应用程序或增强需利用 SQL Server 2005 新增功能的
VisualC6.0
- VC数据库编程的好书,比较详细的介绍了VC数据库以及ODBCB编程,OLE DB编程以及一些特殊数据库编程(如WEB,非关系数据库,OLAP,ADO,DAO),入门级的宝典-failed to translate
vcadoa1008
- ole db 连接数据库 vc++源代码,连接 查询-ole db connect to the database vc++ source code, join queries
Visual-CPPDatabase-programming
- Visual C++数据库编程技术与实例,ADO编程,报表开发,OLE DB编程,MFC DAO编程 -Visual C++ database programming techniques and examples, ADO programming, report development, OLE DB programming, MFC DAO Programming
OLE-DB-Programmers-Reference
- EVERYTHING YOU WANT TO KNOW ABOUT OLE DB TECHNOLOGY. VERY GOOD BOOK-EVERYTHING YOU WANT TO KNOW ABOUT OLE DB TECHNOLOGY. VERY GOOD BOOK
OLE-DB-operation-database
- 使用OLE DB操作数据库的方法,这是C++的源码-OLE DB operation method of the database, which is C++ source
OLE-DB-example
- 这是OLE DB的一个完整例子,演示了COM下怎样从数据库读取数据。-This is a complete example of OLE DB, demonstrates how to read the data under the COM