-
-
arm_linux_sqlite.rar
Compile SQLite using the cross-compiler such as arm-linux-gcc
first, get sqlite-3.3.6.tar.gz from www.sqlite.org
unzip it,
#tar -zxvf sqlite-3.3.6.tar.gz
change into the sqlite-3.3.6 directory
cd sqlite-3.3.6
-
-
-
-
-
-
-
OPENmp.rar
这是一个在VC下面使用sqlite数据库的简单的程序 如果有需要可以参考用一下
-
-
SQLite3test.rar
1.编译色情sqlite源代码为dll;2.运用sqlite3数据库存储二进制数据到数据库,并从数据库中取出二进制文件。(vc6.0)
-