搜索资源列表
sqlite-source-2_8_17
- sqlite数据库管理系统开放源码,包含了数据库的基本操作,如建表,删表,插入,删除-sqlite database management system open source, the database contains the basic operations, such as building tables, Table delete, insert, delete, etc.
Examples
- 数据的插入,读写操作 利用labview的labsql工具包,实现读写数据库操作-Data insert, read and write operations using the LabVIEW Toolkit LabSQL to achieve read and write database operations
VBsqliteDB
- 无需部署即可使用的sqlite演示程序 程序用vb6编写,包含sqlite的基本操作及性能测试,直接调用sqlite.dll中的api函数。性能测试中演示了插入操作使用事务提交及不使用事务提交方式在时间上的巨大差异。-No need to deploy sqlite demo program can use the program with vb6 write, contains the the sqlite basic operation and performance testing,
sqlite-amalgamation-3071401
- sqlite3数据库的使用,vc++,实现了创建,建表,插入,删除,更新-sqlite3 database vc++ achieved to create, build tables, insert, delete, update
SQLite
- Here described the functions of SQLite database. Functions like Select, Insert and etc.