资源列表
sqlite(chm)
- 有关SQLite 的极好英文资料,已经处理成CHM格式。-Excellent information in English about SQLite has been processed into CHM format.
create-table
- 表的创建,包括主外键的设置和创建,是一个最基本的Sql文件,可以直接导入数据库,就能成功运行。-Create table
trigger
- 触发器的创建,多种触发器的创建,可以直接引起触发。-Triggers the creation of the creation of a variety of triggers, can cause the trigger.
create-stored-procedure
- 存储过程的创建,里面包含47种不同的存储过程的创建语句,可以直接运行。-Create a stored procedure, which contains 47 different stored procedure create statement, can be directly run.
create-view
- 数据库中视图的创建过程,简单明了,便于理解。-View the database creation process is simple, easy to understand.
defined-function
- 用户自定义函数的创建,介绍多种不同的自定义函数的实现过程。-The creation of user-defined function to introduce a variety of custom function realization.
SQL
- SQL系统存储过程(参考) 存储过程是一组带有控制结构的SQL语句,存储在数据库服务器上,以便完成特定的任务。粗略地讲,存储过程就是存储在数据库服务器上的一组(已经编译好的)可执行代码。这些过程是在服务器端存储和被执行,具有立即访问数据库的能力,可以被重复调用。使用存储过程不需要重新执行语法分析、语义检查和优化分析,减少网络通讯,具有很多优点。-SQL process of saving
sql
- sql分页查询,生成存储过程。简单很容易就能看懂-sql query page to generate stored procedures. Simple and very easy to understand
ReadMe
- 使用vc6.0和sql server 2-it s book manager system
SQL-Server-2005
- 本光盘是《SQL Server 2005实例精讲》一书的配书光盘,内容包括了书中例题的Word、SQL等文件以及Delphi、JBuilder 2006源程序。-This CD is the " SQL Server 2005 instance Jing Jiang," a book with the book CD-ROM containing the book example of the Word, SQL and other files, and Delphi, JBu
gzglb
- 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server 2000或以上的版本,建立一个新的数据库ASPData,再将 存放在datasource子目录下的mydb_1文件导入到新建的数据库中,并进行还原备份。-on Windows systems management tool, select Internet Information Services, access web
use-SqlInit-to-restart-DB-database
- 一般的DB库API编程的过程是这样的:先通过调用SqlInit对DB库进行初始化,再调用SqlConnection打开一个连接,然后就可做一些工作。下面的代码是一个初始化DB库并登录到服务器的通用例程。 -use SqlInit to restart DB database