搜索资源列表
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
sqlite3
- 一个头文件:filename : sqlite3.h-a head file:sqlite3.h
sqlite3ext
- sqlite3 的另一个头文件,sqliteext.h-sqlite3 s another head file,sqlite3ext.h
sqlite-amalgamation-3070500
- sqlite3源代码。包括四个文件shell.c sqlite3.c sqlite3.h sqlite3ext.h-sqlite3 source code. Including the four documents shell.c sqlite3.c sqlite3.h sqlite3ext.h
sqlite3_lib_3.6.10_wince
- sqlite3 lib 3.6.10 fro Wince 包括sqlite3.dll、sqlite3.def、sqlite3.h、sqlite3.exp、sqlite3.lib-sqlite3 lib 3.6.10 fro Wince include: sqlite3.dll, sqlite3.def, sqlite3.h, sqlite3.exp, sqlite3.lib
6378262sqlite3
- sqlite3.h 满足在eclipes下写C++,用NDK-build编译。-Sqlite3. H meet in eclipes next writing a c++, with NDK- build compilation
sqllite
- SQLite3,包含 h,dll,def,lib,exe等文件 官方下载的没有lib,这个是我自己编译生成的,使用lib可以更方便的使用sqlite-SQLite3, contains h, dll, def, lib, exe and other file Download the official lib, this is my own compiled using lib can be more convenient to use sqlite
111
- 利用sqlite3.h实现的学生信息管理系统。-Student Information Management System using sqlite3.h achieve.
SQLite3Demo
- 本Demo演示了SQLite3的一个封装类的使用方法。在工程文件夹下有放入DbSqlite.cpp,DbSqlite.h,sqlite3.h,sqlite3i.h,w32SQLite3.dll,w32SQLite3.lib这6个文件,在适当的地方包含sqlite3.h头文件并#pragma comment(lib, .\\w32SQLite3.lib )即可。大家可以根据实际情况进行改进!*注意:创建数据库插入表操作要在单独的过程中进行,否则会出现BUG!-This demo demonstra
