Welcome![Sign In][Sign Up]
Location:
Search - VC OLE DB

Search list

[ADO-ODBC多种数据库的统一访问

Description: 用vc编写的数据库访问程序,利用OLE DB以统一的接口处理多种数据库!- Database visit procedure compiles which with vc, unifies the connection processing many kinds of databases using OLE DB!
Platform: | Size: 90120 | Author: 刘通 | Hits:

[Internet-NetworkOledbCustomer

Description: 使用OLE DB操作数据库 要运行程序必须将数据库文件students.mdb与可执行文件放在一起, 如果在vc开发环境中运行,则需要将该数据库文件放在工程目录下-use OLE DB database to run the operating procedures must be students.mdb database files and executable files are placed together, if vc Development Environment operation, the need to be placed on engineering database files directory
Platform: | Size: 70625 | Author: 李聪 | Hits:

[Report papers用VC++编写的通讯录应用程序

Description: 用VC++编写的通讯录应用程序 一、设计题目、内容及要求 1、设计题目:通讯录管理程序设计 2、设计内容及要求: 利用MFC应用程序,ODBC API、MFC ODBC类、MFC DAO类、MFC 的OLE/DB、ActiveX数据对象ADO等几种Visual C++数据库连接技术,设计一个通讯录应用程序。要求通讯录中包括姓名、单位、通信地址、邮箱和联系电话等信息。程序实现通讯录记录的添加、删除、修改、浏览和查询功能。
Platform: | Size: 141824 | Author: laodalijuan@163.com | Hits:

[Windows Develop统一数据库管理系统

Description: “统一数据库管理系统”执行说明: 1、 光盘目录vc6.0\chapter3\bin\DBExp.exe 为主程序;ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll,OptDlg.dll,DBExpSQLEditXControl.ocx为主程序依赖的链接库文件。 2、 光盘目录vc6.0\chapter3\src\DBExp为主程序的源代码 光盘目录vc6.0\chapter3\src\ObScript为本系统所依赖的链接库ObScript的代码。 “统一数据库管理系统”如何编译: 1、 确认已经安装了OLEDB或者是ADO的COM库 通常在C:\Program Files\Common Files\System\Ole DB\和C:\Program Files\Common Files\System\ado\目录下会分别找到oledb32.dll和msado15.dll。如果没有找到,再在磁盘上搜索这两个文件。 如果都没有找到,请用VC6.0的安装盘重新安装ActiveX。 上面提到的两个文件是OLEDB和ADO 的核心文件。 2、 在VC6.0中添加路径 在VC的Tools->Options->Directories->Include Files中加入在1中提到的两个路径。 3、 编译 直接点击编译完成对整个项目的编译-"unified database management systems," the implementation : a CD-ROM directory vc6.0 \ chapter3 \ bin \ DBExp.exe mainly procedures; ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll, OptDlg.dll, DBExpSQLEditXControl. exe procedures based on the link libraries. 2, CD-ROM directory vc6.0 \ chapter3 \ src \ DBExp based program's source code directory vc6.0 CD \ chapter3 \ src \ ObScript-based systems rely on libraries ObScript code. "Unified database management systems," how to build : a confirming have installed OLEDB or ADO COM library is usually in the C : \ Program Files \ Common Files \ System \ Ole DB \ C : \ Program Files \ Common Files \ System \ ado \ Head recorded will be found oledb32.dll and msado15.dll. If not found, then the disk search of these two
Platform: | Size: 13373440 | Author: 徐夕 | Hits:

[ADO-ODBC多种数据库的统一访问

Description: 用vc编写的数据库访问程序,利用OLE DB以统一的接口处理多种数据库!- Database visit procedure compiles which with vc, unifies the connection processing many kinds of databases using OLE DB!
Platform: | Size: 90112 | Author: 刘通 | Hits:

[Windows DevelopQuerySQL

Description: 数据库查询器,要在你的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\Common Files\system\ado\>。-for database query to your VC are set by the following : Add the path to
Platform: | Size: 249856 | Author: wangfan | Hits:

[Windows DevelopDataBaseViewer

Description: 数据库浏览器,要在你的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\Common Files\system\ado\>。-database browser, in your VC are set by the following : Add the path to
Platform: | Size: 785408 | Author: wangfan | Hits:

[Windows DevelopServerhttp

Description: 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\Common Files\system\ado\>。-http browser. In the VC you are set up by the following : Add the path to
Platform: | Size: 60416 | Author: wangfan | Hits:

[source in ebookvc_jiqiaoshili_part10_11_12

Description: Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyOdbcExcel动态加载ODBC数据源 3. Abc使用DAO进行数据库开发 4. MyOLEDBSample使用OLE DB进行数据库编程 5. ADOTEST1使用ADO进行数据库开发 6. MyAdoBlob如何使用VC++存取数据库中的大对象-Visual.C program design techniques and examples-- matching CD Chapter 10 of this chapter ACITVEX Two examples : 1. RegActiveX registered ActiveX Programming 2. PJ Play ActiveX produced examples of Chapter 11 of this chapter debugging techniques were two examples : 1. ConsoleTrace console procedures in the use of TRACE-2. MemLeakCh eck memory leak example Chapter 12 VC Database Programming chapter has six examples : 1. MyOdbcSample use ODBC database 2. Dynamic MyOdbcExcel Add 3 ODBC data source. Abc use DAO for database development 4. MyOLEDBSampl e use OLE DB database programming 5. ADOTEST1 use ADO database development 6. M VC yAdoBlob how to use the database to access large object
Platform: | Size: 1634304 | Author: xixi | Hits:

[VC/MFCVC_DB_Programming

Description: 以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。-Practical for the purpose, combined with a specific database application, select the seven most representative examples of, respectively, introduce ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access client technology and application development process.
Platform: | Size: 14336 | Author: 时天赋 | Hits:

[VC/MFCVisualC++6.0DatabaseProgrammeCorpora

Description: 关于vc++6.0在数据库方面的编程应用,先介绍了基本原理和visual studio工具,其次是OBDC程序设计,重点讲了OLE DB程序设计,给出了很多ATL\MFC基础类库实例,适合VC++高级用户使用-About vc++ 6.0 in database programming applications, first introduced the basic principles and tools for visual studio, followed by OBDC programming, focus on the OLE DB programming, given a lot of examples of Atlmfc Foundation Class Library for VC2B !+ advanced users
Platform: | Size: 17469440 | Author: 彭守军 | Hits:

[VC/MFCVC_DataBase_Programing_Three_Steps

Description: 本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database applications, selected the seven most representative examples of, respectively, introduced ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access technology to customers and application development process. The book also ADO database components developed through examples and OLE DB server program development instance launched a database application developed by the High topic.
Platform: | Size: 3520512 | Author: 寒风 | Hits:

[VC/MFCVCshujuku

Description: 本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database application, select the seven most representative examples of, respectively, introduced the ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access client technology and application development process. The book also ADO database components to develop examples and OLE DB server instance to start the development of the database application development, senior topics.
Platform: | Size: 3544064 | Author: 苗然 | Hits:

[Database systemVisual_C++6.0_database_program

Description: VC++6.0中的数据库开发大全,介绍了SQL,数据库包括ODBC、OLE DB-VC++ 6.0 in the Guinness database development, introduced the SQL, the database including ODBC, OLE DB
Platform: | Size: 17469440 | Author: 王全 | Hits:

[ADO-ODBCVisualC6.0

Description: VC数据库编程的好书,比较详细的介绍了VC数据库以及ODBCB编程,OLE DB编程以及一些特殊数据库编程(如WEB,非关系数据库,OLAP,ADO,DAO),入门级的宝典-failed to translate
Platform: | Size: 17467392 | Author: gallon | Hits:

[ADO-ODBCVC

Description: VC++对数据库访问技术,分别介绍ODBC API、MFC 的ODBC 类、DAO、OLE DB 以 及ADO 的客户数据库访问技术和应用开发过程-Vc++ to database access technology
Platform: | Size: 2811904 | Author: 张立 | Hits:

[ADO-ODBCvcadoa1008

Description: ole db 连接数据库 vc++源代码,连接 查询-ole db connect to the database vc++ source code, join queries
Platform: | Size: 38912 | Author: wwwxxx | Hits:

[ADO-ODBCvc-134

Description: vc 数据库编程 第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础  第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础  第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础 第5章:ODBC API编程第6章:MFC ODBC编程 第7章:DAO数据库编程第8章:OLE DB客户数据库编程第9章 ADO客户数据库编程第10章 开发ADO数据库组件-vc database programming  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based on Chapter 5: ODBC API programming in Chapter 6: MFC ODBC Programming Chapter 7: DAO Database Programming Chapter 8: OLE DB client ADO database programming Chapter 9 Chapter 10 of the customer database programming development ADO database components
Platform: | Size: 3543040 | Author: tu | Hits:

[VC/MFCVC-_shujuku

Description: 本书分3篇,第1篇是基础介绍,第2篇将通过实例介绍ODBC,DAO,OLE DB和ADO数据库访问技术,第3篇介绍 ADO客户数据库编程和开发ADO数据库组件-The book is divided into three, a basic introduction, two ODBC, DAO, OLE DB and ADO database access technology, Part 3 will be introduced through examples ADO the client database programming and development ADO database components
Platform: | Size: 3546112 | Author: xiaoma | Hits:

[VC/MFCVC-P-P-database-programming

Description: 《VC++数据库编程》主要以已使用为目的,结合具体数据库应用,选择了相当具有代表性的实例,分别介绍ODBC APi、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。-" VC++ database programming" has been used mainly for the purpose of combining the specific database application, select a fairly representative examples, introduced ODBC APi, MFC' s ODBC classes, DAO, OLE DB and ADO client database access technology and application development process.
Platform: | Size: 2812928 | Author: 任飞 | Hits:
« 12 »

CodeBus www.codebus.net