搜索资源列表
SQLite_Demo.rar
- 一个测试Sqlite轻量级数据库性能效率的程序,可以插入、删除、读取数据操作及显示操作耗时,Sqlite a lightweight database performance test the efficiency of the procedure, you can insert, delete, read data manipulation and display time-consuming operation
ProviderSQLite
- Visual C++ 访问SQLite的一个封装类的使用实例。-Visual C++ Query Data(Insert/Select) With SQLite Database
sqlite_api
- sqlite数据库操作访问源码,提供打开,关闭,创建表,插入记录等功能的api-sqlite database operation to access source code, to provide open, close, create tables, insert records api functions
Sqlite3_CPP_Wrapper
- 一个C++类实现SQLite接口的项目: SQLiteWrapper.h:类声明文件 SQLiteWrapper.cpp:类具体实现文件 Create_DB_Table.cpp:创建一个数据库对象 Insert_Data.cpp:向创建的数据库插入数据 Print_Data.cpp:输出数据库中的数据 SQLiteWrapper.db:创建的数据库对象 -C++ class SQLite project: SQLiteWrapper.h: class declarat
SQLite
- 数据库SQLite,包括数据库的建立,查找,插入,删除,更新等操作-Database, SQLite, including the establishment of the database, search, insert, delete, update, and other operations
del_SQLITE_insert
- sqlite数据源码,里面包括很多功能,删除,添加等等。-sqlite data source, which includes many features, delete, add, and so on.
SQLite
- windows 下对sqlite 的封装-the windows of sqlite insert query and other operations, including the sqlite package
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 performanc
QtSqliteTest
- 基于QT的SQLite数据编程示例,建库,建表,插入,查询等操作(SQLite data programming examples based on QT, database building, building table, insert, query and other operations)