搜索资源列表
sqlite-source-2_8_17
- sqlite数据库管理系统开放源码,包含了数据库的基本操作,如建表,删表,插入,删除-sqlite database management system open source, the database contains the basic operations, such as building tables, Table delete, insert, delete, etc.
sqlite
- 一些关于sqlite的资料,想了解sqlite数据库的朋友们看看!
sqlite-3.6.11 linux下安装包
- sqlite-3.6.11.tar.gz 嵌入式数据库sqlite的linux安装包.嵌入式数据库是指运行在本机上、不用启动服务端的轻型数据库,它与应用程序紧密集成,被应用程序所启动,并伴随应用程序的退出而终止。 SQLite的特点如下: 1、无需安装配置,应用程序只需携带一个动态链接库。 2、非常小巧,For Windows 3.3.8版本的DLL文件才374KB。 3、ACID事务支持,ACID即原子性、一致性、隔离性、和持久性(Atomic、Consistent、
将指定EXCEL导入至SQLite数据库
- 将指定EXCEL导入至SQLite数据库:导入之前,MYSQL数据库中已创建好目标数据表,但导入前判断数据表是否为空,数据为空再进行导入。 EXCEL导入过程中,数据类型转换或异常检测(EXCEL中的文字1不同于数字1,和数据表字段类型的匹配)。 导入完成或失败后,给出状态报告或提示。 ,Will be assigned to the SQLite database into EXCEL: before importing, MYSQL database goal has been to
Sqlite.rar
- 这是本人用MFC写的一个Sqlite数据库接口库,为开发简单需要数据库接口的程序使用 ,作为配置文件使用,代替INI等文件,可作为一个微型数据库。,This is written in MFC, I use a sqlite database interface library, the need for the development of simple procedures for the use of database interface, as a configuration file
SqliteClassLibrary.rar
- 简单的c# sqlite数据库操作类库,自己编写,附源代码,可进行扩充,进过测试。 ,Simple c# Sqlite database operations class library, I have written, with source code, can be expanded into the test.
SQLiteHelper.rar
- Sqlite Helper 连接操作sqlite数据库,Sqlite Helper
Sqlite.rar
- 在BCB中操作Sqlite数据库,可帮助大部分初学者不会动态建库和表的尴尬,包括的Sqlite的大部分应用。,Create SQLite Table
CppSQLite3U_WINCE.rar
- SQLite数据库,已经封装成类,支持unicode和非Unicode,可用于嵌入式系统和Windows系统等,包含演示代码,SQLite database, has been packaged into a category, to support unicode and non-Unicode, can be used in embedded systems and Windows systems, including demonstration of the code
Programming-of-the-Delphi-SQLite
- Delphi下SQLite编程初探, 在DELPHI 环境下结合sqlite数据库进行编程开发。-SQLite Delphi programming of the next, under the environment of the DELPHI Programming sqlite database.
sqlite-3.6.2.tar
- 最新的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
sqliteTest
- sqlite数据库的源代码, 例子是在windows上使用,不过可以移值到各种平台上使用-sqlite database source code, example is the use of windows, but the value can be changed to use a variety of platforms
litexsqlite
- 用vb创建sqlite数据库,独家提供,不用在用access这个大个子了-Use vb to create sqlite database, to provide exclusive, do not have access to this big man with a
sqlite-3.5.4.0.tar
- 很小的一个文件数据库,非常适合嵌入式系统使用-a very good database
sqlite-amalgamation-3_6_11
- 一个简单数据库的实现,用C++编写的,实现了大部分数据库的功能-A simple database implementation, using C++ prepared implementation most of the functions of a database
sqlite-SQLite3U
- sqlite是跨平台的数据库,尤其适合嵌入式系统,这是最新版本,内含对sqlite的封装类CppSQLite3U,以及对类的使用说明。-sqlite database are cross-platform, particularly suitable for embedded systems, This is the latest version of sqlite package containing category CppSQLite3U, as well as the type of u
SQLite
- sqlite数据库学习英文版资料,最全最强的sqlite学习资料和学习教程。很适合对数据库有一定研究又想在嵌入式数据库上有所作为的朋友-sqlite database information to learn English, the strongest most comprehensive learning materials and tutorial sqlite. Very suitable for studies on the database have a certain want s
sqlite-source-3_6_18
- sqlite是一种小型的数据库系统,在嵌入式中有广泛的应用。QT系统与sqlite数据库系统的应用更加广泛-sqlite is a small database system, embedded in a wide range of applications. QT system and the sqlite database system more widely
MesaSQLite
- SQLite数据库常用语句及MAC上的SQLite可视化工具MeasSQLlite使用(The common statements of the SQLite database and the SQLite visualization tool MeasSQLlite on the MAC are used)
C# SQLite
- 这是一个C# 平台上 开发的用以测试 在SQLite数据库上进行增删改查(This is developed on a C# platform to test the addition and deletion of the SQLite database)