不错,有点用#include #include "sqlite.h" int callback( void *p_data, int num_fields, char **p_fields, char **p_col_names); main(){ FILE *inp_fp; int ret; int nrecs = 0; char *errmsg; sqlite *
"using sqlite" ebook
在armlinux上面移植apache+php5+sqlite的方法
电子书-SQLite By Chris Newman SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability t
sqlite查询数据库。轻便。免安装。 适合于小程序安装在客户端。是替换Access的良好工具
SQLite学习遇到的困难以及解决方法。比如:csv文件中汉字出现乱码。
sqlite-3.3.9 是Linux的数据库的安装文件
SQLite权威指南
带有书签方便阅读
完全版
SQLite 嵌入式数据库介绍
一个ppt 介绍
OReilly,.Inside.SQLite.chm
讲述SQLite内部的实现细节,可以结合源码阅读。