Welcome![Sign In][Sign Up]
Location:
Search - Sqlite windows

Search list

[Other resourcesqlite-source-3_3_17

Description: 在WinCE/Windows平台上面使用的数据库,非常高效的查询性能和非常小的footprint
Platform: | Size: 590024 | Author: joii | Hits:

[Other resourcesqlite-2.8.6.tar

Description: SQLite 2.8.6 源代码,用来在Linux/Unix/Windows上编译安装.它是一个小型的数据库,但是非常好用,速度也快,一般的数据库查询之类的操作据统计比MySQL,PostgreSQL都快,PHP5中直接绑定了它.最大可访问的数据量是2T.不需要安装,解压缩之后就可以用了.在命令行中输入 sqlite **,其中的**是文件名,如果不存在,会自动创建,这个文件就是数据库文件,它代表了一个数据库.
Platform: | Size: 831189 | Author: kingmax | Hits:

[Other Databasessqlite-3.6.11 linux下安装包

Description: sqlite-3.6.11.tar.gz 嵌入式数据库sqlite的linux安装包.嵌入式数据库是指运行在本机上、不用启动服务端的轻型数据库,它与应用程序紧密集成,被应用程序所启动,并伴随应用程序的退出而终止。 SQLite的特点如下: 1、无需安装配置,应用程序只需携带一个动态链接库。 2、非常小巧,For Windows 3.3.8版本的DLL文件才374KB。 3、ACID事务支持,ACID即原子性、一致性、隔离性、和持久性(Atomic、Consistent、Isolated、和 Durable)。 4、数据库文件可以在不同字节顺序的机器间自由的共享,比如可以直接从Windows移植到Linux或MAC。 5、支持数据库大小至2TB。
Platform: | Size: 2804714 | Author: bong_chu | Hits:

[OtherSqlite在windows和wince下编程总结

Description: 主要介绍在windows和wince6.0平台下使用Sqlite3技术,详细介绍了生成dll和应用程序的方法,以及编译过程中的问题详细描述。
Platform: | Size: 103424 | Author: wfx8421@126.com | Hits:

[Windows CEsqlite-source-3_3_17

Description: 在WinCE/Windows平台上面使用的数据库,非常高效的查询性能和非常小的footprint-In WinCE/Windows platform using a database query performance is very efficient and very small footprint
Platform: | Size: 589824 | Author: joii | Hits:

[Windows CEtext

Description: evc+中文模拟器操作sqlite数据库-evc+ Chinese simulator operation sqlite database
Platform: | Size: 70656 | Author: 石艳军 | Hits:

[SMSsms_cs

Description: windowsmobile 短信接收,NotifyIcon,sqlite 数据库操作-Windows SMS reception, NotifyIcon, sqlite database operations
Platform: | Size: 271360 | Author: zclhxl | Hits:

[ADO-ODBCSqliteTest

Description: Sqlite在windows下的应用,vc++源代码,例程演示了如何应用Sqlite数据库-Sqlite in windows applications under, vc++ Source code, routines demonstrate how to use sqlite database
Platform: | Size: 642048 | Author: 李大嘴 | Hits:

[MySQLsqlite-2.8.6.tar

Description: SQLite 2.8.6 源代码,用来在Linux/Unix/Windows上编译安装.它是一个小型的数据库,但是非常好用,速度也快,一般的数据库查询之类的操作据统计比MySQL,PostgreSQL都快,PHP5中直接绑定了它.最大可访问的数据量是2T.不需要安装,解压缩之后就可以用了.在命令行中输入 sqlite **,其中的**是文件名,如果不存在,会自动创建,这个文件就是数据库文件,它代表了一个数据库.
Platform: | Size: 831488 | Author: kingmax | Hits:

[Embeded-SCM Developsqlite-amalgamation-3_6_6_2

Description: sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。 -sqlite3.6.2 source. SQLite is a lightweight database is ACID compliance with the relational database management system, its design goal is embedded, and is now embedded in many products that use it, it is occupied by very low resources, in the embedded equipment may only need a few hundred K of memory is enough. It will support Windows/Linux/Unix operating system and so the mainstream, and at the same time with a combination of many programming languages, such as Tcl, PHP, Java, as well as ODBC interface, the same compared to Mysql, PostgreSQL open-source these two world-renowned database management system is concerned, its processing speed faster than they are.
Platform: | Size: 942080 | Author: 李厘卡 | Hits:

[Database systemSQLite

Description: SQLite++ 中文文档(相当于windows下的access数据库)-SQLite++
Platform: | Size: 52224 | Author: zy | Hits:

[Windows DevelopXingZhiYun

Description: Simple SQLite on Windows CE
Platform: | Size: 582656 | Author: liver24 | Hits:

[CSharpSQLite

Description: 基于嵌入式操作系统 windows CE .NET平台的嵌入式数据库SQLite开发源代码-Embedded operating system based on windows CE .NET platform, open source SQLite embedded database
Platform: | Size: 2048 | Author: 错错错 | Hits:

[Internet-Networksqlite-3.7.3.tar

Description: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。-SQLite, the database is a lightweight, is to abide by ACID relational database management system, which is designed to be embedded, and embedded in many products now used it, it is very low footprint in the embedded devices, you may only need a few hundred K of memory is enough. It supports Windows/Linux/Unix, and so the mainstream operating system, but can be combined with many programming languages such as Tcl, C#, PHP, Java, etc., as well as ODBC interface, as compared to Mysql, PostgreSQL open-source these two the world' s leading database management system is concerned, its processing speed faster than they are.
Platform: | Size: 3410944 | Author: 王晶 | 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:

[Other Databasessqlite-autoconf-3070603.tar

Description: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合。这个压缩文件包含了必要的文件。更多资料:http://www.sqlite.org/about.html-This ZIP archive contains all C source code for SQLite 3.7.6.3 combined into a single source file 。
Platform: | Size: 1720320 | Author: jinguoju | Hits:

[Other Databasessqlite

Description: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月. 至今已经有10个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 -SQLite, is a lightweight database, is to follow ACID relational database management system, its design goal is embedded, and is currently in many embedded products used in it, it takes up resources is very low, in embedded devices, may require only a few hundred K memory is enough. It can support Windows/Linux/Unix and so on mainstream operating system, at the same time with many programming languages such as Tcl, C combination,#, PHP, Java, and ODBC interface, as compared with Mysql, PostgreSQL two of the open source world famous database management system, its processing speed than they are fast. The first version of Alpha SQLite was born in 2000 of May. So far has been 10 years, SQLite also ushered in a version of SQLite 3 has been released.
Platform: | Size: 10428416 | Author: leng daxin | 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:

[Othersqlite-dll-win64-x64-3180000

Description: sqlite 在windows下的开发包和源码,sqlite-dll-win64-x64-3180000.zip(sqlite-dll-win64-x64-3180000.zip)
Platform: | Size: 736256 | Author: zjuluyi | Hits:

[sqlite-3.7.3

Description: SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库管理系统来讲,它的处理速度比他们都快。(SQLite, a lightweight database, is a relational database management system that complied with ACID, which is included in a relatively small C library. It is a public domain project established by D.RichardHipp. Its design goal is embedded, and it has been used in many embedded products. It occupies very low resources. In embedded devices, it may only need hundreds of K of memory. It can support the mainstream Windows/Linux/Unix operating system and so on, and can combine with many programming languages, such as Tcl, C#, PHP, Java, and ODBC interface, as compared to the world famous Mysql database management system, PostgreSQL two of the source, the processing speed is faster than they.)
Platform: | Size: 3418112 | Author: q风q | Hits:
« 12 3 4 »

CodeBus www.codebus.net