文件名称:sqlite_demo
- 所属分类:
- 其他数据库
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 291kb
- 下载次数:
- 0次
- 提 供 者:
- 胡**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。
SQLite 支持多数SQL92标准,例如:索引、限制、触发和查看支持。
支持 NULL、INTEGER、REAL、TEXT 和 BLOB 数据类型,支持事务。-SQLite is a C language open source databases, mainly used in embedded, you can also put it at their own desktop integration process, but also someone to substitute for Access, the database used for background. SQLite support of the majority of SQL92 standard, such as: indexing, constraints, triggers and view support. Supporting NULL, INTEGER, REAL, TEXT and BLOB data types, support for Services.
SQLite 支持多数SQL92标准,例如:索引、限制、触发和查看支持。
支持 NULL、INTEGER、REAL、TEXT 和 BLOB 数据类型,支持事务。-SQLite is a C language open source databases, mainly used in embedded, you can also put it at their own desktop integration process, but also someone to substitute for Access, the database used for background. SQLite support of the majority of SQL92 standard, such as: indexing, constraints, triggers and view support. Supporting NULL, INTEGER, REAL, TEXT and BLOB data types, support for Services.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sqlite3_lib
...........\sqlite3.def
...........\sqlite3.h
...........\sqlite3.lib
sqlitedemo
..........\ReadMe.txt
..........\sqlite3.dll
..........\sqlitedemo.cpp
..........\sqlitedemo.dsp
..........\sqlitedemo.dsw
..........\sqlitedemo.ncb
..........\sqlitedemo.opt
..........\sqlitedemo.plg
..........\StdAfx.cpp
..........\StdAfx.h
..........\test.db
代码说明.txt
...........\sqlite3.def
...........\sqlite3.h
...........\sqlite3.lib
sqlitedemo
..........\ReadMe.txt
..........\sqlite3.dll
..........\sqlitedemo.cpp
..........\sqlitedemo.dsp
..........\sqlitedemo.dsw
..........\sqlitedemo.ncb
..........\sqlitedemo.opt
..........\sqlitedemo.plg
..........\StdAfx.cpp
..........\StdAfx.h
..........\test.db
代码说明.txt