搜索资源列表
exaples
- 一些数据库的实例。共12章。如第八章: 第8章数据库环境的建立 1. 用MISDBA用户登录MISDB数据库。 2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。 3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCO
dCHAP5
- 1. 用SYSDBA登录服务器,并且创建一个MISDBA用户,密码为PASSWORD。 2. 用SYSDBA用户创建MISDB数据库(可直接注册使用光盘提供的MISDB.GDB)。 3. 用MISDBA用户登录MISDB数据库。 4. 在ISQL中,依次输入第5章的数据表创建SQL语句;或者根据表5-1至表5-7自行创建数据表。 5. 在SQL Explorer中创建MISDB数据库连接。 6. 用MISDBA用户登录,并且输入原始数据。除了表5-8至表5-11的内容,还需要
VC+6.0database
- 数据库编程的源代码,从书的第三章到十一章-Database Programming source code, from the book s third chapter to chapter 11
chapter7
- Visual C 6.0 数据库开发技术与工程实践 Chapter 7-Visual C 6.0 database development technology and engineering practice Chapter 7
chapter8
- Visual C++ 6.0 数据库开发技术与工程实践 chapter 8-Visual C++ 6.0 database development technology and engineering practice chapter 8
chapter9
- Visual C++ 6.0 数据库开发技术与工程实践 chapter 9-Visual C++ 6.0 database development technology and engineering practice chapter 9
chapter14
- Visual C++ 6.0 数据库开发技术与工程实践 chapter 14-Visual C++ 6.0 database development technology and engineering practice of chapter 14
chapter13
- Visual C++ 6.0 数据库开发技术与工程实践 chapter 13-Visual C++ 6.0 database development technology and engineering practice of chapter 13
daima
- 精通SQL Server 2005数据库应用系统开发 立即下载 的 4.5.6.7.8.9章的内容代码写的很好 -Proficient in SQL Server 2005 database application development immediately downloaded the contents of Chapter 4.5.6.7.8.9 code to write a good thank you
xsxxglxt
- 简单的学生信息管理系统 编译源程序: 1. 去掉“只读”属性。 2. 在SQL Server2000中,附加数据库UGMS。 3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。 2. 在SQL Server 2000中,附加数据库UGMS。 3. 运行程序的Debug版或者Release版。 4. 参考该书第10章的内容操作。 -Simple student i
VFP-HR
- VFP的应用篇,人力资源管理系统。 1、安装Visual FoxPro 6.0/7.0; 2、进入APP文件夹,直接运行rsgl.exe即可; 3、在启动登录窗口,输入用户别名:system,密码:000即可进入系统。-Application of VFP chapter, human resources management system. 1, the installation of Visual FoxPro 6.0/7.0 2, into the APP folder, y
VCSQLServerDevelopment
- Visual C++ + SQL Server 数据库开发与实例,书本源代码, 第1章 Visual C++及数据库访问基础 , 第2章 SQL Server 2000数据库管理 , 第3章 数据库理论与SQL语言 , 第4章 客户资源管理系统, 第5章 企业备忘录管理系统 , 第6章 图书馆管理系统 , 第7章 设备管理系统 , 第8章 员工培训管理系统 , 第9章 公司贸易管理系统 , 第10章 餐饮管理系统 , 第11章 宾馆管理系统 , 第
20626
- 第1章 SQL Server 2005的安装和配置.ppt 第2章 SQL Server 2005数据类型.ppt 第3章 数据库和表.ppt 第4章 数据库的查询.ppt 第5章 索引.ppt 第6章 视图.ppt 第7章 Transact-SQL程序设计.ppt 第8章 存储过程.ppt 第9章 触发器.ppt 第10章 用户自定义函数与事务.ppt 第11章 SQL Server 2005管理.ppt 第12章 数据库综合开发应用.ppt-Cha
SQLServer2000-Basic-Stuty
- 第1章 数据库系统基础 第2章 数据类型 第3章 数据库的创建与管理 第4章 表的创建和管理 第5章 Transact-SQL 语言 第6章 索引与视图 第7章 触发器 第8章 事务处理与锁定 第9章 存储过程-Database system based on Chapter 1 Chapter 2 Chapter 3 data types to create and manage database tables Chapter 4 Chapter 5 to cr
fangwuzhongjie
- 第6章 房产中介管理系统,VS开发的第6章 房产中介管理系统-Chapter 6 real estate agent management system, VS developed in Chapter 6 real estate agent management system
Chapter6datafilesafetyanddisasterrecover
- SQL学习资料 第6章 数据文件安全与灾难恢复-SQL learning material chapter 6 data file, safety and disaster recovery
ch10
- 编译源程序: 1. 去掉“只读”属性。 2. 在SQL Server2000中,附加数据库UGMS。 3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。 2. 在SQL Server 2000中,附加数据库UGMS。 3. 运行程序的Debug版或者Release版。 4. 参考该书第10章的内容操作。-Compile the source: 1. Remove t
liti2
- mysql5.5从零开始学的例题源码,第5章第6章的例题源码-mysql5.5 source code examples to learn from scratch, Chapter 5 Chapter 6 example source code
xsxin_vcpp
- 编译源程序: 1. 去掉“只读”属性。 2. 在SQL Server2000中,附加数据库UGMS。 3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。 2. 在SQL Server 2000中,附加数据库UGMS。 3. 运行程序的Debug版或者Release版。 4. 参考该书第10章的内容操作。 -Compile the source code: 1
oracleEXAMPLE
- 目标: 本章旨在向学员简要介绍Oracle数 时间:2.5 据库,对其进行了一个完整的概述, 学员应该掌握如下知识: 教学方法:讲授ppt+上机练习 1)Oracle数据库及体系结构介绍 2)Oracle数据库常用概念,对象, 安全机制 3)安装Oracle软件和创建数据库 4)数据库实例的启动和停止 5)Oracle的网络连接基本管理 6)Oracle数据库基本概念-Goal: This chapter is designed to