搜索资源列表
QT操作SQLITE数据库
- QT操作SQLITE的实例
sqlite数据库操作手册
- 关于sqlite数据库
将指定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数据库操作的android应用demo
- 一个关于SQLite数据库操作的android应用demo,通过本应用你可以学到:使用SQLiteDatabase操作SQLite数据库,使用SQLiteOpenHelper获取用于操作数据库的SQLiteDatabase实例-A SQLite database operations on the android application demo, you can learn through this application: SQLite database using the SQLiteDa
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
- 在BCB中操作Sqlite数据库,可帮助大部分初学者不会动态建库和表的尴尬,包括的Sqlite的大部分应用。,Create SQLite Table
Sqlite.rar
- slite VC2008文件,可以用来编译生成相应的库,用来操作SQLITE数据库.,slite VC2008 file, can be used to Build the library, for operating SQLITE database.
Android SQLite--小巧好用的SQLite GUI管理工具
- 非常好用的SQLiteSpy 1.8.16 免费正式版(内附有一做好的DB,大家可以马上看下效果)。网上看到的,整理了下,共享给大家! 希望有用! SQLiteSpy是一个快速和紧凑的图形用户界面的SQLite数据库管理软件。它可以读取sqlite3文件并执行SQL。图形用户界面使得它很容易分析和操纵sqlite3的数据库。 注意:SQLiteSpy是免费供个人和教育用途,SQLiteSpy主要特点: 1、数据库一览:树状显示所有的架构,包括表,列,索引和触发器在数据库中包含的
Sqlite
- sqlite数据库编程,对sqlite数据库-sqlite datebase
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
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
cppsqlite
- sqlite数据库的封装类,国外一个牛人写的。一个很好的c++封装类,可以实现sqlite数据库的很多功能-a good database wrapped class
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-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
- 利用嵌入式sqlite数据库存贮学生信息,有增加,删除,修改,等等功能-Sqlite database storing information on the use of students, there are add, delete, modify, etc. functions
sqlite数据库和excel的互相导入导出(通讯录)
- sqlite数据库和excel的互相导入导出(SQLite database and excel import and export each other)