搜索资源列表
sqlite_res
- sqlite3,编译好的dll用于VC,内部有头文件,lib文件和dll文件.将其插入vc工程可以进行sqlite的操作-sqlite3, compiled dll for the VC, head of internal documents, lib dll files and documents. will be inserted vc project to carry out the operation sqlite
sqlitedll-3_3_11
- sqlite在VC下调用所需要的DLL文件,适用于VC的sqlite开发
OPENmp
- 这是一个在VC下面使用sqlite数据库的简单的程序 如果有需要可以参考用一下
SqliteTest
- Sqlite在windows下的应用,vc++源代码,例程演示了如何应用Sqlite数据库
VC_SQLITE
- VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
sqlite3
- sqlite数据库在vc环境中使用的.h,.lib,.dll文件,在link中添加.lib文件即可使用-sqlite database for use in the vc environment. h,. lib,. dll files, add in the link. lib files can be used
Sqlite-server
- 一个较好用sqlite管理工具,是用vc开发的,功能很强大。-A good management tool with sqlite, is vc developed very powerful.
sql_vc
- sqlite大家都知道吧,一个数据库系统,该demo演示sqlite在vc下的使用.-sqlite we all know it, a database system, the demo presentation at vc under sqlite use.
vc
- SQLite在VC下的使用SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。-SQLite在VC下的使用
sqLiteConvert
- sample using sqlite in Vc++ with CLR
OCXSqlite
- 用VC++ 将sqlite封装成ocx. 采用OCX可以很方便嵌入其他应用程序中.-Sqlite with VC++ will be packaged as ocx. Using OCX can be easily embedded in other applications.
testsqlite
- 使用vc++编写的与sqlite数据库通信的源代码,代码已通过测试。-Written using vc++ sqlite database communication with the source code, the code has been tested.
UsingSQLite
- 用嵌入式数据库SQLite3.0的例程,在VS2003下调试通过。-This is example for using SQLite 3.0 in VC++.It have been debugged in Microsoft Visual Studio 2003.
CppSQLite3_2
- cppsqlite,一个非常小的vc++ 关于sqlite数据库的封装。描述了如何应用提供链接的例子程序,然后使用cppsqlite提出,并最终cppsqlite类记录。- CppSQLite, a very thin C++ wrapper around the public domain SQLite database library. A descr iption of how to link applications with SQLite is provided, then
sqliteVCTest
- sqlite VC 测试程序,很适合初学者-the sqlite VC test procedures, it is for beginners
TestCqlite
- vc下实现了sqlite的创建加密、临时、内存数据库。附带sqlite操作类CSqlite,直接读取返回内容。获取返回头等信息-The vc Under sqlite to create encrypted, temporary memory database. Incidental sqlite operating class CSqlite, read directly return to the content. Get Back paramount information
AppTest
- vc 使用sqlite实例,例子里面包含vc使用sqlite的方法等。使用vc6编写-vc sqlite3
sqlite3-class-for-vc
- 纯C++ sqlite封装类,有静态库和源代码。在VS在编译通过,wince平台下使用已久,稳定快速,没有问题。 -Sqlite3 class for nature C++。fast and bistable。
InsertDataToDB
- sqlite数据库主要应用于嵌入式数据库的开发,以纯C编写, 不依赖数据库平台,只有一个db文件,不用像Orcal,SQLSever,MySQL一样需要数据库程序的支撑。(SQLite database is mainly used in the development of embedded database, YISHION C written, Do not rely on the database platform, there is only one DB file, do not
VC 6.0操作数据库sqlite实例
- VC 6.0下操作数据库sqlite实例 创建、插入、删除、查询等
