搜索资源列表
php-sqlite3
- 使PHP直接支持sqlite3数据库操作的扩展DLL,不需要通过php_pdo
SQLite_Wrapper
- Wrapper for SQLite3.I m pretty sure the classes fully support Unicode.
sqlite3的使用 数据库在xcode中的使用
- sqlite3的使用 数据库在xcode中的使用-sqlite3 useing database fuction in xcode
SQLite3Wrapper01
- 对SQLite3 简单的封闭,结构类似Delphi中ADODB的封装,所以数据库能够很容易的在嵌入式和C/S架构中切换-This is a small class wrapper for SQLite3. It is structured similar to an ADODB class wrapper that I m using, so I can easily switch between an embedded database and a client/server database
SQLiteToolbox_Laz_Setup
- sqlite3的一个控件,可用于Delphi和Lazarus,值得一试.-sqlite3, a control can be used to Delphi and Lazarus, worth a try.
StorePartsMenegmentSystem
- StorePartsMenegmentSystem writed with MASM32. It uses sqlite3 database to store car parts name, quantity, wholesale and other parametrs. On right-click it shows image of selected part.
ASGSQLite3_cry
- delphi直接调用sqlite数据库,我使用过了,感觉非常的可以-delphi sqlite
DISQLite3_1.3.4_Personal
- Delphi 下使用Sqlite3 开发工具-Delphi Useing SqlLite3
sqlite3delphi
- 封装了sqlite3 数据库用法的delphi 类-delphi source code for sqlite3 db
SqliteDemo
- 这个程序是为了初学人员专门写的如何在iOS环境下使用数据库(Sqlite3).-using Sqlite3
sqlite3
- delphi sqlite静态调用包含各个操作的sqlite的各种方法-delphi sqlite static call contains the various operations of the sqlite
sqlite3Demo
- delphi 操作sqlite3的例子,连接使用unidac.-examples of delphi operating sqlite3
sqlite3
- 一个关于delphi管理SQLite3的源码软件,功能很多-One of the Delphi management SQLite3 source software, a lot of functions
697865
- delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-A simple example of Delphi7 SQLite3, learning programming source code, a good reference.
ios-sqlite3
- iOS sqlite3 add,insert search DatdBase
865
- delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
865
- delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
456
- delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
456
- delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库