搜索资源列表
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.
MarkLib
- 这是一个自己做的小型成绩查询的数据库。是用windows附带的access做的。刚开始的界面姓名为fanli,密码是123,然后输入11203*,就可以查询了。初学者可以看看表的建立与使用,以及最简单的可视化窗口怎么建。-own small database query results. Using windows incidental access so. At the beginning fanli name of the interface, the code is 123, then t
Sqlite.rar
- 在BCB中操作Sqlite数据库,可帮助大部分初学者不会动态建库和表的尴尬,包括的Sqlite的大部分应用。,Create SQLite Table
vb_database
- 国外的MDB数据库操作实例,我将其汉化了,给初学者相当的帮助。里面包括自己可以建表、删除表、添加记录、删除记录、修改记录等所有操作数据库的演示及代码。可以说是把代码直接拿到你的软件里,就可以做数据库编程的设计了。-MDB database operations abroad examples, I will of its finished, giving considerable help beginners. Can be built there, including his own tabl
DBMS
- 图书管理系统数据结构,可以用脚本直接建表,-Library management system data structures
sjksy
- 数据库实验一至六包括数据库建表,删除,添加,修改等。-Experimental one to six database tables, including database construction, delete, add, modify and so on.
SQLite-database-file-format
- 网上介绍SQLite文件格式的文章并不少,但一般都是针对小文件:一个表,几条记录,两个页。本文准备一直分析到比较大的文件,至少B-tree和B+tree中得有内结点(就是说不能只有一个既是根又是叶的结点,就是说表中得多点记录,得建索引),还要争取对SQLite的各类页都做出分析-Comprehensive analysis of SQLite database file format
79419107TurboSQL
- 模拟的dbms vc写的 dos环境下的 能够实现建表 插入 删除 -dbms vc6.0 create delete add
dbms
- dbms dos环境 实现sql语句建表 输入命令即可实现-dbms dos environment sql language create table input order to realize
dbms1
- 一个小型DBMS 包括查找 删除 建表等功能-a mini dbms
linear-list-sub-systen
- 线性表子系统 建表 查表 删除 插入 求表长 返回 等七项功能-linear list sub system
Using-ADOX--
- 使用VB中的ADOX动态创建Access数据库文件并且建表、改名称等实现。-Using ADOX to realize creating of Access files.
sqlite-amalgamation-3071401
- sqlite3数据库的使用,vc++,实现了创建,建表,插入,删除,更新-sqlite3 database vc++ achieved to create, build tables, insert, delete, update
MYSQL
- 用VC++,实现一个基于命令行的简单数据库系统,有建表,插入,删除,更新,选择等功能.-With VC++, to achieve a simple command-line based database system, there are built table, insert, delete, update, select other functions.
jksql
- 实现了创建数据库,建表等SQl的功能,有问题存在,望见谅。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records,
GreenDaoDemo
- SQL LITE對於在開發程式的性能進行最佳化。由於程式中有涉及到了大量的緩衝存取處理以及資料庫的運用,所以需要對資料庫做讀寫、查詢等操作,內容繁雜。因此首先我所想到的就是對整個程式的資料庫做更好的方式去執行。 原先使用我們是要用android本身內置的SQL LITE來做撰寫,也就是使用的最基本的SQLiteOpenHelper的方法,這種方法對我們來說比較方便也比較容易懂。但是實際在使用過程中感覺到很繁瑣,從一開始的建立表一直到對表的增加,修改,查詢,刪除等操作,那就更別提到要交叉查詢