资源列表
sqlite3-using-summary
- sqlite提供的是一些C函数接口,你可以用这些函数操作数据库。通过使用这些接 口,传递一些标准 sql 语句(以 char * 类型)给 sqlite 函数,sqlite 就会为你操作数据库。sqlite 跟MS的access一样是文件型数据库,就是说,一个数据库就是一个文件,此数据库里可以建立很多的表,可以建立索引、触发器等等,但是,它实际上得到 的就是一个文件。备份这个文件就备份了整个数据库。sqlite 不需要任何数据库引擎,这意味着如果你需要 sqlite 来保存一些用户数据,
Visual-Basic-Develop-Database
- 主要展示VB开发数据库的全过程。包括控件,窗体,及数据库-Indicate the whole process how to develop database system,including Controls,Forms,and Database
Visual-CPP-Examples
- 主要介绍用VC++开发数据库系统。包括VC++和ADO及DAO操作数据库的实例-Indicate how to use VC++ to operate Database,Including VC++ and ADO and VC++ and DAO.
Editor-of-Database
- 一个简单实用的数据库编辑软件,以Northwind数据库为例,压缩文件中附有抓图,直观的反应了软件的操作界面。-A simple and easy use database editor. With northwind database as an example, the compressed files contain snapshot, with which, it shows the users how it works.
Access
- Access数据库应用教程-数据库工程师-the application of Access database
E-R
- E-R图 数据库设计经常使用 可以当模板文件用-E-R graph can be modified as a template to use database design often use ha
Test
- 客户端 和服务端的 中间件 数据库多层开发-Client and server middleware database multi-storey development
dotaitemlist
- 查看或添加dota装备到数据库,方便对比-View or add the dota equipment to the database, to facilitate comparison
VB_data
- VB访问数据库的方案比较,用Visual Basic访问数据库有许多可供选择的方案,但是选择那种方案更能使开发队伍和应用软件在今天处于有利位置并且适应将来的发展方向呢?这些解决方案各有什么特点?本文将说明这些问题,帮助使用-VB access to the database scheme comparison, using Visual visit Basic database has many options available, but the choice of the scheme ca
OperateAccess
- VC中利用MFC进行ADO数据库编程实例-ADO database programming examples in VC using MFC
sql
- SQL数据库简单例程 设有一个 SPJ 数据库,包括 S 、 P 、 J 、 SPJ 四个关系模式: S(SNO , SNAME , STATUS , CITY) P(PNO , PNAME , COLOR , WEIGHT) J(JNO , JNAME , CITY) SPJ(SNO , PNO , JNO , CITY) -SQL database simple routines Equipped with a SPJ database, includi
database
- 网络数据库指南,全本共七章,内容详细,内涵数据库的基础内容-web database
