搜索资源列表
ManageSQL
- 数据库设计,有详细的数据库代码,建库图。可用于提高,个人对数据库的了解-database design, a detailed database code, building a database map. Can be used to enhance personal understanding of the database
chap81236
- “代码”目录下的程序,需要安装SQL Server 2000,并建立起相应数据库。 各个实例的数据库文件存放在相应“建库脚本”目录下,有两种方法建立数据库。 一是在SQL Server的企业管理器中右击“数据库”节点,单击【所有任务】|【附加数据库】菜单命令, 选择相应的数据库文件(扩展名为mdf),单击【确定】按钮就可以了;另一种方法是通过SQL Server的企业管理器的恢复数据库功能, 从数据库备份文件恢复,备份文件的扩展名为bak。 -"code"
db_lib_test
- 本代码使用DB_LIB库对SQL SERVER2000进行连接和各种操作,提供了一个实例。-DB_LIB use of the code to the SQL Server2000 and linking various operations, provide an example.
example8
- 本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
sqlcurs
- 本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例(光标)。-display of the code DB_LIB the use of SQL Server connectivity, and the examples of various operational (cursor).
sqlexamp
- 本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
textcopy
- 本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
sqltestc
- 本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
sqltestn
- 本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
hotel
- 个人编写的宾管理系统后台数据库原代码,基于SQL数据库的SQL建库语句(完整),包括创建,修改,删除等.
jinxiaocun
- 采用DELPHI运行环境,SQLSERVER建库的进销存数据库管理系统,含代码和建库脚本,及SQLSERVER库文件附加进数据库即可。-DELPHI environment used to run, SQLSERVER Invoicing library database management system, including code and scr ipt library, and SQLSERVER library file into the database can be attach
ComputerSellSystem
- 电脑销售信息系统,为了使关于数据库操作的部分能够用代码更好的控制,此系统没有使用Delphi自带的数据库组件和第三方控件,而直接引用了ado2.8类型库生成ADODB_TLB.pas对数据库进行控制,也就是“原生ADO”。-Sales of computer information systems, in order to make database operations on the part of the code can better control, this system does n
use-SqlInit-to-restart-DB-database
- 一般的DB库API编程的过程是这样的:先通过调用SqlInit对DB库进行初始化,再调用SqlConnection打开一个连接,然后就可做一些工作。下面的代码是一个初始化DB库并登录到服务器的通用例程。 -use SqlInit to restart DB database
daima
- 此为建库和查询代码 针对 了解数据库和 数据库实验使用 逻辑结构设计 将E-R图转换成关系模式: 管理员(编号,账号,密码,权限) 房 间(编号,类型,价格,状态,入住客户编号) 客 户(编号,姓名,性别,年龄,身份证号,住址,入住时间,预计天数,房间编号,退房时间,押金,住宿费,登记人) 管理员房间管理(管理员编号,房间编号) 管理员客户管理(管理员编号,客户编号)-This is the code for building a database an
SQL-choose-course
- 本系统以大家常见的选课系统为提纲,编绘了较为完善的功能,并有新功能的添加拓展,是功能较为完整,代码较为简单的系统。 本系统本着独立,创新的原则,实现了很多复杂功能,比如combobox的文本内容与数据库的更新,实时向数据库更新统计数据,并能有依据的进行选课推荐,虽是桌面版的,但是尽可能使得功能向网页版靠拢。 而且在数据库连接方面,使用了较为容易的类库方法,使得代码的复杂度减低,是入门sql开发者提升自己编程水平的典型-In this system, we outline th
CSharpConnectSQL-Server
- C#2003版(更高版本打开可自动转换),通过c#操作SQL Server,建库、建表、建视图等,是个不错的学习C#和SQL server的代码-C# connect to SQL server,and control sql server to create database,table,view,etc
Cursor-Split-Document-Library
- sql自编代码,利用游标的游历功能来分割凭证库。-sql self-compiled code, use the cursor travels function to split certificate .
shujuku
- SQL 数据库原理期末复习代码库12套题-SQL principles at the end of the review code base 12 sets of questions
汽车库代码——张书版
- 用于数据库sql的简单例子,可以提取表中字段。(For a simple example of a database sql, you can extract the fields in the table.)