Description: 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.
- [sql] - A small open-source database code using
- [BLOB] - Using VC+ ADO for BLOB fields to read an
- [vc] - SQLite在VC下的使用
- [Postgis] - It is to learn POSTGIS introductory note
File list (Check if you may need any files):
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