搜索资源列表
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
Sqlite.rar
- slite VC2008文件,可以用来编译生成相应的库,用来操作SQLITE数据库.,slite VC2008 file, can be used to Build the library, for operating SQLITE 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
- Using SQLite database with .NET application
sqlite-3.6.17.tar
- the embedded light weight database with source
sqlite-source-wince
- wince环境下sqlite数据库c++语言程序-wince environment sqlite database c++ Programming Language
sqlite-amalgamation-3.6.23.1.tar
- sqlite数据库linux源代码,并包含configure 和 MakeFile 文件-sqlite database linux source code, and include files configure and MakeFile
SQLITE
- SQLITE文件格式分析,技术文档,要想读懂总得先掌握点SQLite数据库的基本知识-SQLITE_ file format analysis, technical documentation, to read somehow first to grasp the basics of point SQLite database
sqlite.command.interface
- SQLite库包含一个名字叫做sqlite3的命令行,它可以让用户手工输入并执行面向SQLite数据库的SQL命令。本文档提供一个样使用sqlite3的简要说明。-SQLite library includes a name called sqlite3 command line, it allows users to manually enter and execute SQL commands for the SQLite database. This document provides
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
- sqlite 数据库接口简单封装, 方便使用。-API for sqlite Database
SQLite
- SQLite tool, This is sample for how to use SQLite database
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
SQLite-database-file-format
- 网上介绍SQLite文件格式的文章并不少,但一般都是针对小文件:一个表,几条记录,两个页。本文准备一直分析到比较大的文件,至少B-tree和B+tree中得有内结点(就是说不能只有一个既是根又是叶的结点,就是说表中得多点记录,得建索引),还要争取对SQLite的各类页都做出分析-Comprehensive analysis of SQLite database file format
sqlite
- 利用嵌入式sqlite数据库存贮学生信息,有增加,删除,修改,等等功能-Sqlite database storing information on the use of students, there are add, delete, modify, etc. functions
sqlite
- SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2
android-sqlite-database
- Android平台上,绑定了SQLite数据库,这个数据库系统也是极具性格的,它的最大的应用场景是嵌入式系统,进一步了解可以参看-SQLite database on the Android platform, the binding, the database system is also very character, the largest scenarios embedded systems, further understanding can be found in
android-access-sqlite-database
- android访问sqlite数据库范例-android access sqlite database
C-Sharp-Sqlite-database
- Wince上,C#操作Sqlite数据库DEMO及资料。-Wince on, C# Sqlite database DEMO operation and information.
SQLiteTCP
- Simple network service to access SQLite database via tcp network. Very useful for embedded systems etc.