搜索资源列表
extremedb_2.3_win32_eval_sql
- 非常好用的嵌入式数据库软件,适合在windows下进行开发-very handy embedded database software for Windows under development
SQLite3_MFC
- SQLite 3.x的一个C++封装类。基于MFC。SQLite是一种高效的嵌入式数据库。-SQLite 3.x a Class C Packaging. Based on the MFC. SQLite is a high-performance embedded database.
sqlitedemo
- SqlLite是一个重要的嵌入式数据库,该软件提供了操作该软件包的详细的示例代码。
AddrList
- 程序介绍了一个基于sqlite嵌入式数据库的联系人应用程序,
AddrList
- 此程序以运用sqlite嵌入式数据库提供的API函数写的一个联系人应用程序。
sqlite-3.5.9.tar
- 嵌入式数据库sqlite 3.5.9的源代码,很有参考价值
CppSQLite_3_1_demo_and_src
- 嵌入式数据库sqlite 3.1源码,含有原始的类封装和测试代码
CppSQLite_3_1_demo_and_src
- 提供如何在C++中使用sqlite的一个包装类。sqlite是一个非常方便和高效的嵌入式数据库,可以在多种语言中使用,这个源码展示了如何在C++中方便的使用。
sqlite-source-3_6_13
- SQLite3.6.13的完整源代码,SQLite是一个轻量级的嵌入式数据库,在小型数据库应用中,它的表现非常稳定。-A tarball of the complete source tree for SQLite version 3.6.13 as extracted from the version control system. The Makefile and configure scr ipt in this tarball are not supported. Their use i
sqlite-3_3_8
- 嵌入式数据库编程。用在手机开发或者linux下嵌入式开发-Embedded database programming. Used in mobile phones, under development or linux embedded development
SQLCEDesktopManagerSetup_4706
- 是SQLCE的桌面管理软件,是一款非常实用,且易于实用的嵌入式数据库管理软件!-Yes SQLCE desktop management software is a very practical and easy to practical embedded database management software!
cache_server
- Cache Server网络内存数据库是将所有数据加载到物理内存,不需要访问磁盘 就直接访问数据,从而获得极高的存取速度和极强的并发访问能力的数据库管理系统,在设计风格上兼容主流数据库(MS SQL SERVER、SYBASE)的特点,客户端通过TCP网络的方式来访问Cache Server,目前不支持嵌入式。 -Memory Database Cache Server network is all data loaded into physical memory, without ac
MIPS
- 基于MIPS的嵌入式数据库SQLITE的移植及应用-MIPS-based embedded database and application SQLITE transplant
sqlite-doc
- 嵌入式数据库sqlite-文档帮助 很全面-Sqlite-embedded database is a comprehensive document to help
sqlite-amalgamation-3.7.2.tar
- sqlite3.7.2的数据库,本人实际使用的,是非常好的嵌入式数据库,在Windows下也可以使用。-sqlite3.7.2,a very useful database
The_Definitive_Guide_to_SQLite-2847
- 嵌入式数据库sqlite使用权威指南,非常全面的一本书,值得阅读-SQLite is an open source embedded relational database. Originally released in 2000, it was designed to provide a convenient way for applications to manage data without the overhead that often comes with dedicated
sqlite
- sqlite嵌入式数据库,开发嵌入式QT必备,希望能帮到你-sqlite embedded database, developing the necessary embedded QT, hope you can help
SQLite
- SQLite是实际上最小,功能最强大的嵌入式数据库,可以直接嵌入到程序中,这本是SQLITE最权威的指南,希望对你有用-SQLite is actually the smallest, most powerful embedded database, can be embedded directly into the program, this is the most authoritative guide SQLITE hope useful to you
UsingSQLite
- 用嵌入式数据库SQLite3.0的例程,在VS2003下调试通过。-This is example for using SQLite 3.0 in VC++.It have been debugged in Microsoft Visual Studio 2003.