Location:
Search - sqlite3.1
Search list
Description: sqlite3.0数据库适合ARM-LINUX操作系统,已经编译好,可以直接使用,具体编译方法可以在网上找到。-sqlite3.0 database for ARM-LINUX operating system, has been compiled, and can be directly used to compile the specific method can be found online.
Platform: |
Size: 135168 |
Author: 龙晓波 |
Hits:
Description: 该模块完成的主要功能是让用户通过调用提供的打开数据库、执行SQL语句、关闭数据库三个主要的函数,及相应的记录集处理的函数,直接用SQL语句完成创建数据库,创建数据库表、插入、修改、删除数据信息、连接查询、关闭数据库等操作。-Completion of the module s main function is to allow users to open by calling the provided database, the implementation of SQL statements, close the database three main functions, and the corresponding recordset handle a function of the completion of the direct use of SQL statements to create database, create database tables, insert , modify, delete data, join queries, such as shutting down the database operations.
Platform: |
Size: 206848 |
Author: thomasie |
Hits:
Description: 一个基于VC的sqlite3数据库API调用测试程序,可以参考程序理解如何通过API在VC中嵌入sqlite3-VC-based API calls the sqlite3 database testing procedures, you can understand how to reference the procedures in the VC through the API to embed sqlite3
Platform: |
Size: 1446912 |
Author: wwgddt |
Hits:
Description: Sqlite3工作平台,使用sqlite引擎,可以执行SQL语句,生成的数据库可以在嵌入式平台使用,当然前提是编译好对应平台的sqlite引擎-Sqlite3 working platform, use the sqlite engine, you can run SQL statements, the database can be generated in the embedded platform, of course, corresponds to the premise that a good platform to compile sqlite engine
Platform: |
Size: 969728 |
Author: xhf |
Hits:
Description: 1.编译色情sqlite源代码为dll;2.运用sqlite3数据库存储二进制数据到数据库,并从数据库中取出二进制文件。(vc6.0)-1. Compile the source code for sqlite pornography dll 2. The use of database storage sqlite3 binary data to the database and removed from the database binaries. (vc6.0)
Platform: |
Size: 1679360 |
Author: 彭六保 |
Hits:
Description: sqlite3的c++类封装,含有测试程序,吐血推荐-sqlite3 the c++ type package contains test procedures, hematemesis Recommended
Platform: |
Size: 240640 |
Author: henry |
Hits:
Description: 嵌入式数据库sqlite 3.1源码,含有原始的类封装和测试代码-Sqlite 3.1-source embedded database, containing the original type of packaging and testing code
Platform: |
Size: 209920 |
Author: henry |
Hits:
Description: 本源码中应用了sqlite的读写操作 要记着在解压本程序之后不能放在有中文的目录地下 要不然会报错 本程序支持sqlite的插入查询删除等功能 可输入select * from tbArodrome 查看本程序的功能-The source of the application of the sqlite to remember to read and write operations in the decompression of the process can not be placed on the ground floor of a Chinese directory otherwise would support the error of this procedure to delete sqlite insertion inquiries and other functions can enter select* from tbArodrome view of this process function
Platform: |
Size: 4853760 |
Author: 石艳军 |
Hits:
Description: 这是一个文件型数据库的学习资料,sqlit3在嵌入式环境下将会有很大的发展前景-This is a file-based database of learning information, sqlit3 in the embedded environment will have great prospects for the development of
Platform: |
Size: 4212736 |
Author: fasdfasdf |
Hits:
Description: 实现在vc6.0下如何与数据库SQLITE3想关联以及基本数据库操作-Vc6.0 how to achieve at SQLITE3 want associated with the database and basic database operations
Platform: |
Size: 1523712 |
Author: 霍丽丽 |
Hits:
Description: 命令行下调用SQLite3.dll加密/解密SQLite-SQLite3.dll command line call under the encryption/decryption SQLite
Platform: |
Size: 363520 |
Author: 徐向羽 |
Hits:
Description: 一个简单的sqlite3 vc 调用(回调函数方式)-sqlite_exec
call_back
select* from sqlite_master
look table info
Platform: |
Size: 460800 |
Author: xbdcbd |
Hits:
Description: sqlite的轻量级封装,包含C++和Net语言,很适合在程序里包含对sqlite的简便操作,提高效率!-sqlite lightweight package contains the C++ and Net language, it is appropriate to include in the program sqlite simple operation, increase efficiency!
Platform: |
Size: 1569792 |
Author: linuxwin |
Hits:
Description: 一个头文件:filename : sqlite3.h-a head file:sqlite3.h
Platform: |
Size: 64512 |
Author: li |
Hits:
Description: 这个程序用来操作SQLite3的数据库,经过本人使用,感觉非常方便。对于经常需要使用VC,C++等语言开发又需要保存数据的朋友非常有用。-This procedure is used to operate SQLite3 databases through the use of I feel very convenient. For the frequent need to use the VC, C++ and other language development also need to store data in a friend very useful.
Platform: |
Size: 158720 |
Author: houjingshan |
Hits:
Description: 在windows、Linux、ARM上调试通过的SQLite源码。
SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。
SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。
-In the windows, Linux, ARM debug through the SQLite source code. SQLite is an open source embedded relational database, which in 2000 released by D. Richard Hipp, and its application management to reduce the overhead of data, SQLite good portability, it is easy to use, small, efficient and reliable. SQLite embedded into applications that use it, they share the same process space, rather than a separate process. Externally, it is not like a RDBMS, but in the process itself, it is a complete, self-contained database engine.
Platform: |
Size: 594944 |
Author: hegang |
Hits:
Description: SQLite数据库操作的C++封装类.功能强大,值得借鉴!-SQLite database operations of C++ wrapper class. Powerful and worth learning!
Platform: |
Size: 343040 |
Author: 罗成 |
Hits:
Description: 这个是加密版的sqlite3,也是一个开源的项目。支持数据库的加密(aes),压缩包中有相对应的源码,可以自己修改。-wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library.
Platform: |
Size: 4698112 |
Author: lihai |
Hits:
Description: sqlite3数据库的一系列操作。vc6.0带界面-sqlite3 database and vc6.0
Platform: |
Size: 4200448 |
Author: 啦啦啦 |
Hits:
Description: 这个是加密版的sqlite3的最新版本,是一个开源的项目。支持数据库的加密(aes),可以自己修改-I am lazy,no english
Platform: |
Size: 5575680 |
Author: tian |
Hits:
« 12
3
4
5
6
7
8
9
10
...
22
»