文件名称:SQLite3Demo
- 所属分类:
- 数据库编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2017-03-27
- 文件大小:
- 8.1mb
- 下载次数:
- 0次
- 提 供 者:
- Zhan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本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 demonstrates the use of SQLite3 s wrapper class. In the project folder into the DbSqlite.cpp, DbSqlite.h, sqlite3.h, sqlite3i.h, w32SQLite3.dll, w32SQLite3.lib these six files, in the appropriate place contains sqlite3.h header file and# pragma comment (Lib, . \\ w32SQLite3.lib ). We can be based on the actual situation to improve!* Note: create a insert table operation to be carried out in a separate process, otherwise there will be BUG!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SQLiteDemo
..........\DbSqlite.cpp
..........\DbSqlite.h
..........\ReadMe.txt
..........\res
..........\resource.h
..........\...\SQLiteDemo.ico
..........\...\SQLiteDemo.rc2
..........\sqlite3.h
..........\sqlite3i.h
..........\SQLiteDemo.aps
..........\SQLiteDemo.cpp
..........\SQLiteDemo.h
..........\SQLiteDemo.ncb
..........\SQLiteDemo.rc
..........\SQLiteDemo.sln
..........\SQLiteDemo.suo
..........\SQLiteDemo.vcproj
..........\SQLiteDemo.vcproj.zyf-PC.zyf.user
..........\SQLiteDemoDlg.cpp
..........\SQLiteDemoDlg.h
..........\stdafx.cpp
..........\stdafx.h
..........\targetver.h
..........\w32SQLite3.dll
..........\w32SQLite3.lib