资源列表
shujuku-PPT
- 数据库非常好的PPT学习课件,适合自学或者教师使用。内容全面并且易懂。-The database is very good PPT learning courseware for self-study or teacher use. Comprehensive and easy to understand
InforLogin-(1)
- 数据库例子,记录,收集用户资料可灵活运用-Database example
SQL
- 数据库的一些问题,数据库的连接等一些经常出现的问题。-SQL problem
outanput
- 熟悉SQL SERVER 2000的数据库管理员都知道,其DTS可以进行数据的导入导出,其实,我们也可以使用Transact-SQL语句进行导入导出操作。在Transact-SQL语句中,我们主要使用OpenDataSource函数、OPENROWSET 函数,关于函数的详细说明,请参考SQL联机帮助。利用下述方法,可以十分容易地实现SQLSERVER、ACCESS、EXCEL数据转换,详细说明如下:- Computer science is developing fast during the
FingerPrin218430772010
- This code is a Very good Demonstration to store and retrieve Picture in the Access database and You can store the FingerPrint by using Microsoft FingerPrint Reader Device in the database for authentication purpose. You can download the trial version
Manning.SQL.Server.MVP.Deep.Dives.Dec.2009
- SQL Server MVP Deep Dives
database1
- 该程序主要功能是访问数据库,包含了其全部源代码。-The program s main function is to access the database, including all of its source code.
database2
- 该程序主要是进行数据库的访问和简单的图形编程。-The program is primarily for the access to the database, and simple graphics programming.
vba
- 实现数据转换的接口功能,由access数据库,整合处理业务数据,得出web系统需要的报表-to accomplish the cability to tranfered the data from the access file to excel file, during the process, the tool analyses the datas from the access system ,generates a report with excel format
CPP-to-Access
- 下面以Access数据库为例说明,用C#的DataSet类访问数据库的一些操作方法。操作涉及的主要C#类有:DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存DataTable:对应数据库表,是数据库表行的集合DataRow:对应数据库表行 OleDbConnection:建立数据库连接OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步OleDbCommandBuilder:生成更新数据库所需的指令DataSet、Data
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