Welcome![Sign In][Sign Up]
Location:
Search - sqlite3.tar

Search list

[Other resourcesqlitedbms-0.5.1.tar

Description: SQLiteDBMS是SQLite数据库的管理服务器软件,允许通过TCP/IP网络访问sqlite3进程,提供扩展SQL,SSL, 基本授权, 查询缓冲, WebDAV, 权限控制以及复制等功能。-SQLiteDBMS is SQLite database management server software, Allow TCP / IP network access sqlite3 process, provide extended SQL, SSL, basic authorization inquiries buffer, WebDAV, and the competence to control reproduction and other functions.
Platform: | Size: 444275 | Author: zds | Hits:

[MiddleWaresqlite-3.3.7.tar

Description: sqlite嵌入式数据库源码,不错的数据库-sqlite source embedded database, a good database
Platform: | Size: 1722368 | Author: 宇航 | Hits:

[Other Databasessqlitedbms-0.5.1.tar

Description: SQLiteDBMS是SQLite数据库的管理服务器软件,允许通过TCP/IP网络访问sqlite3进程,提供扩展SQL,SSL, 基本授权, 查询缓冲, WebDAV, 权限控制以及复制等功能。-SQLiteDBMS is SQLite database management server software, Allow TCP/IP network access sqlite3 process, provide extended SQL, SSL, basic authorization inquiries buffer, WebDAV, and the competence to control reproduction and other functions.
Platform: | Size: 444416 | Author: zds | Hits:

[Linux-Unixtestsqlite

Description: Qtopia链接Sqlite3数据库 Qtopia 2.2.0 Sqlite3-Qtopia link Sqlite3 database Qtopia 2.2.0 Sqlite3
Platform: | Size: 480256 | Author: 郭青山 | Hits:

[Embeded Linuxsqlite3

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:

[ADO-ODBCsqlite-3.5.9.tar

Description: 嵌入式数据库sqlite 3.5.9的源代码,很有参考价值-Embedded database sqlite 3.5.9 source code, useful reference
Platform: | Size: 2200576 | Author: henry | Hits:

[Other Databasessqlite-3.6.2.tar

Description: 最新的sqlite3.6.2源代码,完整版本。sqlite3是一个强大的嵌入式数据库。在嵌入式系统的中广泛使用,比起其他C/S、B/S结构的数据库。sqlite3更简洁,占用资源更少。-Sqlite3.6.2 the latest source code, full version. sqlite3 is a powerful embedded database. Embedded systems in widespread use when compared with other C/S, B/S structure database. sqlite3 more concise, taking up fewer resources.
Platform: | Size: 2313216 | Author: 李姚 | Hits:

[ADO-ODBCsqlite3

Description: 实现在vc6.0下如何与数据库SQLITE3想关联以及基本数据库操作-Vc6.0 how to achieve at SQLITE3 want associated with the database and basic database operations
Platform: | Size: 670720 | Author: 霍丽丽 | Hits:

[Internet-Networksimple_cgi_sqlite3.tar

Description: linux下的网站,用了cgi,sqlite,实现了对数据库的基本操作。-Web site under linux with the cgi, sqlite, the realization of the basic operation of the database.
Platform: | Size: 4664320 | Author: | Hits:

[Software Engineeringcontroler.tar

Description: 使用qt3.x做的一个点菜系统,用到了sqlite3.x,根据自己理解的MVC写的。我是新手,多多包涵,嘿嘿(客户端)-Qt3.x do use a la carte system, use the sqlite3.x, according to their own understanding of the MVC to write. I am a novice, may be excused,嘿嘿(client)
Platform: | Size: 323584 | Author: 杜光 | Hits:

[Database systemsqlite-amalgamation-3.6.18.tar

Description: sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3-SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. see more: http://www.sqlite.org
Platform: | Size: 1384448 | Author: wwwpanic | Hits:

[Database systemspmemvfs.tar

Description: 一个sqlite3读写的c++类,使用方便简单-Sqlite3 to read and write a c++ class, easy to use simple. . .
Platform: | Size: 3072 | Author: 小王 | Hits:

[Linux-Unixtntdb-1.0.1.tar

Description: Tntdb 源码和文档。Tntdb 是linux/unix C++数据库驱动适配接口。支持postgresql, sqlite3, mysql 和 oracle-Tntdb is a c++-class-library for easy database-access. It implements a simple database independent layer, which loads drivers at runtime. Currently drivers for postgresql, sqlite3, mysql and oracle are provided. The main goals are: * easy to use * safe- use prepared statements with named parameters * fast- only a thin layer
Platform: | Size: 947200 | Author: leo | Hits:

[Other Databasessqlite-3.3.6.tar

Description: 只是针对嵌入式Linux的一款数据库,可移植性很高,这是在Linux下编译所需的源码-sqlite3 for linux
Platform: | Size: 1671168 | Author: y | Hits:

[ADO-ODBCsqlite-amalgamation-3.7.2.tar

Description: sqlite3.7.2的数据库,本人实际使用的,是非常好的嵌入式数据库,在Windows下也可以使用。-sqlite3.7.2,a very useful database
Platform: | Size: 1499136 | Author: 黄维光 | Hits:

[Internet-Networksqlite-3.6.13.tar

Description: cdr sqlite3 custom for linux
Platform: | Size: 2780160 | Author: luise | Hits:

[Other Databasessqlite-autoconf-3071000.tar

Description: sqlite3.7.10版本的数据库源码。可以移植到各种操作系统-This is the SQLite extension for Tcl using the Tcl Extension Architecture (TEA). For additional information on SQLite see http://www.sqlite.org/ UNIX BUILD ========== Building under most UNIX systems is easy, just run the configure script and then run make. For more information about the build process, see the tcl/unix/README file in the Tcl src dist. The following minimal example will install the extension in the /opt/tcl directory. $ cd sqlite-*-tea $ ./configure--prefix=/opt/tcl $ make $ make install WINDOWS BUILD ============= The recommended method to build extensions under windows is to use the Msys+ Mingw build process. This provides a Unix-style build while generating native Windows binaries. Using the Msys+ Mingw build tools means that you can use the same configure script as per the Unix build to create a Makefile. See the tcl/win/README file for the URL of the Msys+ Mingw download. If you have VC++ then you may wish to use th
Platform: | Size: 1801216 | Author: 杨利团 | Hits:

[Internet-Networkxml.tar

Description: 从eko网关的9005端口通过socket获取xml数据,存入本地数据库中,涉及xml解析,sqlite3数据库,socket编程等。-From eko Gateway 9005 port through socket to obtain the xml data into the local database, involving xml parsing, the sqlite3 database, socket programming.
Platform: | Size: 21504 | Author: 罗杰 | Hits:

[Embeded LinuxSqlite3_Val2DB.tar

Description: 基于嵌入式linux的sqlite3.7.4的嵌入式数据库事务处理实例,实时更新数据库-Sqlite 3.7.4,run in embedded linux system, base on TRANSATION.
Platform: | Size: 7168 | Author: Hunter | Hits:

[Crack Hacksqlite-autoconf.tar

Description: 加密,不过密码不全,输入密码老是出错。整合了wxsqlite的部分代码。3.7的sqlite3版本-Encryption, but the password is incomplete, enter the password is always wrong. Integrated wxsqlite part of the code. Sqlite3 version 3.7
Platform: | Size: 9416704 | Author: cool_fish | Hits:
« 12 »

CodeBus www.codebus.net