搜索资源列表
etl_src.zip
- 使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描
datalinks
- 这里给出两个 建立ADO连接字符串对话框 的例子。 datalinks.cpp 建立和编辑ADO连接字符串 linktest.cpp 如果只是建立连接字符串,程序还可以这么写。-here is the establishment of two ADO connection string dialog example. Datalinks.cpp create and edit ADO connection string linktest.cpp if only to connect string
DBFCon
- 一个DBF库读写类CDBFOperate,一个利用ADO SQLServer操作的类CSQLOperate,源代码请参照DBFcon.cpp和SQLOperato.cpp。-a literacy class for DBF CDBFOperate, an ADO SQLServer category CSQLOperate operations, please refer to the source code and SQLOperato.cpp DBFcon.cpp.
ADO_ACCESS数据库
- Adddlg.cpp Adddlg.h Ado.cpp Ado.h StdAfx.cpp StdAfx.h-Adddlg.cpp Adddlg.h Ado.cpp Ado.h StdAfx . cpp StdAfx.h
数据库操作cpp
- 数据库操作类,封装了BDE数据库操作的所有方法。 编译环境 C++ Builder6 下通过。-database operations, a package of database operation BDE all methods. C compiler environment Builder6 through.
svd.cpp
- compute single value decomposition of a matrix in c
duxiechuankou
- ComAccess.cpp(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, // source and processing options NULL, // pointer to message source error, // requested message identifie MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // the use
links
- 这里给出两个 建立ADO连接字符串对话框 的例子。 datalinks.cpp 建立和编辑ADO连接字符串 linktest.cpp 如果只是建立连接字符串,程序还可以这么写。- ADO Datalinks.cpp create and edit ADO connection string linktest.cpp if only to connect strings, procedures can also write.
WINCE的unicode的CppSQLite包
- Based on beautiful wrapper written by Rob Groves Very good wrapper, support unicode.
etl_src
- 使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计
CPP_ADO
- ADO数据访问,未使用MFC,windows系统无需安装额外东西,使用方便简单适用于VC, 其它C++开发环境只需稍作修改即可-ADO data access, not using MFC, windows systems do not need to install additional things, easy to use easy for VC, the other C++ development environment, only some slight modifications t
20070413_EmployeeTrainSystem
- 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据
Script
- 本程序实现了用ADO连接数据库,其中ado2.h和ado2.cpp是一个高度集成的ado函数库,很是不错;本程序的主要功能是执行脚本-This program implements a database using ADO connection, which ado2.h and ado2.cpp is a highly integrated ado library, it is good this program' s main function is to execute scr i
ASTGTest
- 本文主要初步介绍在VC6环境下利用CADO class,datagrid分页显示数据。 1、用VC操作数据库是非常麻烦的,网上关于VC下利用ADO和datagrid操作数据库的教程也很多,但无非是相互抄袭。 2、ADO使用起来麻烦,然而一个老外写的ADO Classes我感觉还是挺好用的。包括两个文件ado2.h和ado2.cpp,而网上关于使用这个类进行ADO数据库操作的文章不多。 3、VC6.0下的datagrid貌似没有.net的那么强大,也没有VB6那么好用。连分页都显得麻烦
ProviderSQLite
- Visual C++ 访问SQLite的一个封装类的使用实例。-Visual C++ Query Data(Insert/Select) With SQLite Database
ODBCC
- 一个简单的库,封装了ODBC的API。 main.cpp中包含一个使用示例。-A simple library encapsulating the ODBC-API. main.cpp contains a use example.
Example5View
- 自己按照教程编写的ACCESS数据库查询语句,可是每当运行的时候都报错。Example5View.cpp(150) : error C2666: + : 4 overloads have similar conversions,请教高手 -Prepared in accordance with its own tutorial ACCESS database query, but error when running time. Example5View.cpp (150): error C
odbcdb
- 本人一直使用的最新ODBC标准连接通用.h和.cpp库文件,目的是重用。支持MYSQL,ACCESS,MSSQL的连接,变量绑定。 只要安装SQL数据库系统后,只要用VC,把这两个文件加入工程就能重用这些代码。支持事务提交和回退。 -rollback,commit SQL ODBC
CppSqliteTest
- 使用SQLite的C++封装类,访问带加密功能的SQLITE3.3.6的一个测试实例-Use SQLite' s C++ wrapper classes to access with encryption SQLITE3.3.6
ADO-CPP
- C++实现Ado类数据库连接以及简单数据库功能.DOXYGEN实现DOC,中文详细说明-Ado class C++, database connection and simple database features. DOXYGEN achieve DOC, detailed descr iption of the Chinese