当前位置:
首页 资源下载
搜索资源 - sqlite3 programming
搜索资源列表
-
0下载:
sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。 -sqlite3.
-
-
0下载:
学习使用SQLite3的很好的资料,SQLite3由于其小型化,无须配置,开源的特性越来越受到嵌入式方向的青睐。-Today, there are millions and millions
of copies of SQLite running unnoticed inside computers and gadgets made by hundreds of
companies from around the world. You have probably used SQLite
-
-
0下载:
基于Linux的Sqlute3编程 C语言源码及可执行文件 包括数据库的创建,插入和删除-Linux-based C programming language source code Sqlute3 including database creation, insertion and deletion
-
-
0下载:
手机sqite3编程,包括最新的sqlite3的DLL,LIB等库文件-Mobile sqite3 programming, including the latest sqlite3 the DLL, LIB and other library
-
-
0下载:
这是我在最近一段时间内学习SQLite的一些资料,有SQLite简介、SQLite的简单使用、SQLite3 C/C++ 开发接口简介(API函数)、在VC下使用SQLite等等,这些资料让我很快地入门,对我来说很有帮助,所以上传跟大家一起分享。-This is what I learn in the most recent SQLite some information About a SQLite, SQLite s simple to use, SQLite3 C/C++ programm
-
-
0下载:
从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.
-
-
0下载:
sqlite3 用法总结,相信在linux下编程的人使用sqlite的很熟悉-The sqlite3 usage summary, I believe very familiar with programming under linux using sqlite
-
-
0下载:
这是基于vc的数据库编程,是基于sqlite3的编程-This is based on the vc database programming, sqlite3-based programming
-
-
0下载:
易语言SQLite3数据库操作类模块源码,应用程序编程源码,很好的参考资料。-Easy language SQLite3 database operation module source code, application programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-A simple example of Delphi7 SQLite3, learning programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
-
-
0下载:
delphi7 sqlite3简单应用示例,编程学习源码,很好的参考资料。-delphi7 sqlite3 simple application example, learning programming source code, a good reference.
-
-
0下载:
轻量级嵌入式型数据库sqlite3编程全解,主要介绍了select、delete、drop、create、inset等语句。-Lightweight embedded database SQLite3 programming solution, mainly introduces the select, delete, drop, create, inset and other statements.
-
-
0下载:
可用于C语言连接sql server 数据库,内置大量调用函数, 编译时候选择多文件编程,把sqlite3.c 连接进去 就OK了-C language can be used to connect sql server , built a large number of the calling function, multiple files compile time programming, the connection went on OK sqlite3.c
-
-
0下载:
using of sqlite3 for programming
-
-
0下载:
SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库
-