注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计C/C++及其相关即时应用SQL Server 2000中文版

即时应用SQL Server 2000中文版

即时应用SQL Server 2000中文版

定 价:¥65.00

作 者: (美)Greg Buczek著;高艳春等译
出版社: 人民邮电出版社
丛编项:
标 签: 关系型数据库 数据库管理系统

购买这本书可以去


ISBN: 9787115097644 出版时间: 2001-01-01 包装: 平装
开本: 26cm 页数: 560 字数:  

内容简介

  本书是SQL Server 2000 中文版应用程序全面的开发指南。全书分为五部分20章。第一部分(1、2章)介绍了SQL Server 的基础知识,包括一些基本的概念。第二、三、四部分分别详细地介绍了使用 VB 6.0、VB.Net、Access、ASP作为前台开发工具与SQL Server 2000结合进行应用程序开发的技术,其中不乏一些精彩的实例分析。附录部分提供了VB、VB.Net、T-SQL的相关参考资料和随书光盘的使用说明,以电子文档的形式收在光盘中。本书适合于用SQL Server 作为后台数据库进行各类应用开发的程序员,也适用于SQL Server 数据库的高级管理人员。

作者简介

暂缺《即时应用SQL Server 2000中文版》作者简介

图书目录

第一部分:SQL Server基础知识
第1章 数据库的表和字段
1.1 使用数据库、表、字段、关系和用户
1.2 创建SQL Server数据库
1.3 用企业管理器创建表
1.4 数据类型
1.4.1 字符串
1.4.2 二进制数据
1.4.3 整型
1.4.4 精确十进制
1.4.5 浮点数
1.4.6 日期和时间
1.4.7 特殊数据类型
1.5 数据库关系图和关系
1.6 允许数据库用户访问数据库
第2章 视图、存储过程和触发器
2.1 视图
2.2 存储过程
2.3 触发器
第二部分:VB/SQL Server应用程序
第3章 VB作为SQL Server的前端开发工具
3.1 使用VB作为SQL Server的前端开发工具
3.2 使用VB开发前端应用程序的优点和缺点
3.3 VB 6.0数据视图窗口
3.4 VB.Net Server Explorer
3.5 在VB 6.0中使用ADO
3.6 在VB.Net中使用ADO
第4章 银行帐号管理系统
4.1 使用收入和支出
4.2 应用程序预览
4.3 数据表及相互关系
4.3.1 AccountTransactions表
4.3.2 Categories表
4.4 字段定义
4.4.1 AccountTransactions表
4.4.2 Categories表
4.5 存储过程
4.5.1 存储过程:AccountTransactionsAdd
4.5.2 存储过程:AccountTransactionUpdate
4.5.3 存储过程:AccountTransactionsDdete
4.5.4 存储过程:GetAllActivity
4.5.5 存储过程:GetBalance
4.5.6 存储过程:GetTransactionRecord
4.5.7 存储过程:CategoryAdd
4.5.8 存储过程:GetAllCategories
4.5.9 存储过程:GetAllActivityInCategory
4.5.10 存储过程:GetAllActivityInDateRange
4.6 应用程序注释
4.7 组件
4.8 窗体
4.8.1 follMenu窗体
4.8.2 folinccountTransactions窗体
4.8.3 trillrtCport窗体
第5章 个人信息管理系统
5.1 个人信息管理系统
5.2 应用程序预览
5.3 数据表及其关系
5.3.1 Contacts表
5.3.2 ContactPhones表
5.3.3 Reminders表
5.4 字段定义
5.4.1 Contacts表
5.4.2 ContactPhones表
5.4.3 Reminders表
5.5 触发器
5.6 存储过程
5.6.1 存储过程:ContactAdd
5.6.2 存储过程:ContactUpdate
5.6.3 存储过程:DeleteContact
5.6.4 存储过程:ContactRecord
5.6.5 存储过程:ContactList
5.6.6 存储过程:ContactReport
5.6.7 存储过程:ContactPhoneAdd
5.6.8 存储过程:ContactPhoneDelete
5.6.9 存储过程:ContactPhoneList
5.6.10 存储过程:ReminderAdd
5.6.11 存储过程:ReminderUpdate
5.6.12 存储过程:ReminderDelete
5.6.13 存储过程:ReminderRecord
5.6.14 存储过程:ReminderList
5.7 视图
5.7.1 视图:ReminderAlarms
5.7.2 视图:RemindersNotClear
5.8 使用数据环境
5.9 模块
5.10 窗体
5.10.1 frmMenu窗体
5.10.2 frmContacts窗体
5.10.3 frmReminders窗体
第6章 帮助平台
6.1 管理支持请求
6.2 应用程序预览
6.3 数据表及其关系
6.3.1 SupportPeople表
6.3.2 ProblemCategories表
6.3.3 Cases表
6.3.4 ProgressNotes表
6.4 字段定义
6.4.1 SupportPeople表
6.4.2 ProblemCategories表
6.4.3 Cases表
6.4.4 ProgressNotes表
6.5 存储过程
6.5.1 存储过程:SupportPersonAdd
6.5.2 存储过程:SupportPersonUpdate
6.5.3 存储过程:SupportPersonDelete
6.5.4 存储过程:SupportPersonRecord
6.5.5 SupportPersonList存储过程
6.5.6 存储过程:ProblemCategoryAdd
6.5.7 存储过程:ProblemCategoryDelete
6.5.8 存储过程:ProblemCategoryList
6.5.9 存储过程:CaseAdd
6.5.10 存储过程:CaseUpdate
6.5.11 存储过程:CaseDelete
6.5.12 存储过程:CaseRecord
6.5.13 存储过程:ProgressNoteAdd
6.5.14 存储过程:ProgressNoteList
6.6 应用程序注释
6.7 模块
6.7.1 模块modPublicProcs
6.7.2 frmMenu窗体
6.7.3 frmCases窗体
6.7.4 frmSupportPeople窗体和frmProblemCategories窗体
第7章 网络管理
7.1 跟踪计算机、硬件和网络设备
7.2 应用程序预览
7.3 数据表及其关系
7.3.1 Computers表
7.3.2 HardwareItems表
7.3.3 ComputerHardware表
7.3.4 DeviceTypes表
7.3.5 Devices表
7.4 字段定义
7.4.1 Computers表
7.4.2 HardwareItems表
7.4.3 ComputerHardware表
7.4.4 DeviceTypes表
7.4.5 Devices表
7.5 存储过程
7.5.1 存储过程:ComputerAdd
7.5.2 存储过程:ComputerUpdate
7.5.3 存储过程:ComputerDelete
7.5.4 存储过程:ComputerRecord
7.5.5 存储过程:ComputerHardwareAdd
7.5.6 存储过程:ComputerHardwareDelete
7.5.7 存储过程:HardwareInComputer
7.5.8 存储过程:HardwareItemAdd
7.5.9 存储过程:HardwareItemUpdate
7.5.10 存储过程:HardwareItemDelete 
7.5.11 存储过程:HardwareItemRecord
7.5.12 存储过程:HardwareItemList
7.5.13 存储过程:DeviceAdd
7.5.14 存储过程:DeviceUpdate
7.5.15 存储过程:DeviceDelete
7.5.16 存储过程:DeviceRecord
7.5.17 存储过程:DeviceTypeAdd
7.5.18 存储过程:DeviceTypeList
7.6 视图
7.6.1 视图:ComputerTypeCount
7.6.2 视图:DeviceTypeCount
7.6.3 视图:OSCount
7.7 模块
7.8 窗体
7.8.1 frmMenu窗体
7.8.2 frmComputers窗体
7.8.3 frmAddHardwareItem窗体
7.8.4 frmHardware和ftmDevics窗体
7.8.5 frmAnswerWizard窗体
第8章 程序库
8.1 应用程序预览
8.2 数据表及其关系
8.2.1 CodeBlocks表
8.2.2 OldCodeBlocks表
8.2.3 Languages表
8.3 字段说明
8.3.1 CodeBlocks表
8.3.2 OldCodeBlocks表
8.3.3 Languages表
8.4 存储过程
8.4.1 存储过程:CodeBlockAdd
8.4.2 存储过程:CodeBlockUpdate
8.4.3 存储过程:CodeBlockDelete
8.4.4 存储过程:CodeBlockRecord
8.4.5 存储过程:CodeBlockList
8.4.6 存储过程:OldCodeBlockList
8.4.7 存储过程:LanguageAdd
8.4.8 存储过程:LanguageUpdate
8.4.9 存储过程:LanguageDelete
8.4.10 存储过程:LanguageRecord
8.4.11 存储过程:LanguageList
8.4.12 存储过程:LanguageOnlyList
8.5 触发器
8.5.1 触发器:UpdateCodeBlock
8.5.2 触发器:DeleteCodeBlocks
8.6 模块
8.7 窗体
8.7.1 frmMenu窗体
8.7.2 frmCodeBlocks窗体
8.7.3 frmOldCodeBlocks窗体
8.7.4 frmLanguages窗体
第三部分:Access/SQL Server应用程序
第9章 Access作为SQL Server前端的开发工具
9.1 Access作为SQL Server前端的开发工具
9.2 将Access数据库扩展为SQL Server数据库
9.3 连接数据表
9.4 使用ADO
第10章 员工管理系统
10.1 处理员工信息、部门信息和工资信息
10.2 解决方案预览
10.3 数据表及其关系
10.3.1 Employees表
10.3.2 Departments表
10.3.3 PayrollRecords表
10.3.4 VacationHours表
10.3.5 SickHours表
10.4 字段定义
10.4.1 Employees表
10.4.2 Departments表
10.4.3 PayrollRecords表
10.4.4 VacationHours表
10.4.5 SickHours表
10.5 自定义函数
10.5.1 函数:DepartmentIDCheck
10.5.2 函数:EmployeeIDCheck
10.6 存储过程
10.6.1 存储过程:EmployeeAdd
10.6.2 存储过程:EmployeeEdit
10.6.3 存储过程:EmployeeDelete
10.6.4 存储过程:EmployeeMove
10.6.5 存储过程:EmployeeComboList
10.6.6 存储过程:DepartmentAdd
10.6.7 存储过程:DepartmentEdit
10.6.8 存储过程:DepartmentDelete
10.6.9 存储过程:DepartmentMove
10.6.10 存储过程:GeneratePayrollRecords
10.6.11 存储过程:GenerateSickHours
10.6.12 存储过程:GenerateVacationHours
10.6.13 存储过程:UseLeave
10.6.14 存储过程:EmployeePermissions
10.6.15 存储过程:EmployeePersonalRecord
10.6.16 存储过程:EmployeePersonalRecordUpdate
10.7 视图
10.7.1 视图:EmployeeWithPayrollInfo
10.7.2 视图:EmployeeWithSickHours
10.7.3 视图:EmployeeWithVacationHours
10.7.4 视图:PersonalPayroll
10.7.5 视图:PersonalSick
10.7.6 视图:PersonalVacation
10.8 角色
10.8.1 Employee角色
10.8.2 Manager角色
10.8.3 数据库管理页角色
10.9 应用程序注释
10.10 模块
10.10.1 GeneralProcs模块
10.10.2 frmMenu窗体
10.10.3 Employees窗体
10.10.4 Departments窗体
10.10.5 Employee窗体
10.10.6 Generate Payroll窗体
10.10.7 Generate Vacation and Sick Leave Hours窗体
10.10.8 Use Leave窗体
第11章 客户管理系统
11.1 解决方案预览
11.2 数据表及其关系
11.2.1 Custormers表
11.2.2 CustomerManagers表
11.2.3 CustomerNotes表
11.2.4 ZipCodes表
11.3 字段定义
11.3.1 Customers表
11.3.2 CustomerManagers表
11.3.3 CustomerNotes表
11.3.4 ZipCodes表
11.4 自定义函数
11.4.1 函数:CustomerIDCheck
11.4.2 函数:CustomerManagerIDCheck
11.4.3 函数:CustomerNoteIDCheck
11.4.4 函数:ZipCodeCheck
11.5 存储过程
11.5.1 存储过程:CustomerAdd
11.5.2 存储过程:CustomerEdit
11.5.3 存储过程:CustomerDelete
11.5.4 存储过程:CustomerRecord
11.5.5 存储过程:CusotmerComboList
11.5.6 存储过程:CustomerManagerAdd
11.5.7 存储过程:CustomerManagerEdit
11.5.8 存储过程:CustomerManagerDelete
11.5.9 存储过程:CustomerManagerRecord
11.5.10 存储过程:CustomerManagerComboList
11.5.11 存储过程:CustomerNoteAdd
11.5.12 存储过程:CustomerNoteEdit
11.5.13 存储过程:CustomerNoteDelete
11.5.14 存储过程:CustomerNoteRecord
11.5.15 存储过程:CustomerNoteListBox
11.5.16 存储过程:ZipCodeAdd
11.5.17 存储过程:ZipCodeEdit
11.5.18 存储过程:ZipCodeDelete
11.5.19 存储过程:ZipCodeRecord
11.5.20 存储过程:ZipCodeComboLidt
11.6 视图
11.7 应用程序注解
11.8 模块
11.9 窗体
11.9.1 Menu窗体
11.9.2 Customers窗体
11.9.3 Customer Notes窗体
第12章 事件管理系统
12.1 应用程序预览
12.2 数据表及其关系
12.2.1 Events表
12.2.2 Attendees表
12.2.3 EventAttendees表
12.3 字段定义
12.3.1 Events表
12.3.2 Attendees表
12.3.3 EventAttendees表
12.4 自定义函数
12.4.1 函数:EventIDCheck
12.4.2 函数:AttendeeIDCheck
12.4.3 函数:EventAttendeeIDCheck
12.5 存储过程
12.5.1 存储过程:EventAdd
12.5.2 存储过程:EventEdit
12.5.3 存储过程:EventDelete
12.5.4 存储过程:EventRecord
12.5.5 存储过程:EventComboBox
12.5.6 存储过程:AttendeeAdd
12.5.7 存储过程:AttendeeEdit
12.5.8 存储过程:AttendeeDelete
12.5.9 存储过程:AttendeeRecord
12.5.10 存储过程:AttendeeComboBox
12.5.11 存储过程:EventAttendeeAdd
12.5.12 存储过程:EventAttendeeDelete
12.5.13 存储过程:EventAttendeeListBox
12.6 视图
12.6.1 视图:EventsWithAttendees
12.6.2 视图:Event Attendance
12.7 应用程序注解
12.8 模块
12.9 窗体
12.9.1 Menu窗体
12.9.2 Events窗体
12.9.3 Attendees窗体
12.9.4 Add Attendees窗体
第13章 项目管理系统
13.1 项目和步骤
13.2 应用程序预览
13.3 数据表及其关系
13.3.1 Project表
13.3.2 ProjectSteps表
13.4 字段定义
13.4.1 Project表
13.4.2 ProjectSteps表
13.5 触发器
13.5.1 触发器:UpdateInsertSteps
13.5.2 触发器:Deletesteps
13.6 自定义的函数
13.6.1 函数:ProjectIDCheck
13.6.2 函数:PercentComplete
13.7 存储过程
13.7.1 存储过程:ProjectAdd
13.7.2 存储过程:ProjectEdit
13.7.3 存储过程:ProjectDelete
13.7.4 存储过程:ProjectRecord
13.7.5 存储过程:ProjectComboBox
13.7.6 存储过程:ProjectStepAdd
13.7.7 存储过程:ProjectStepComplete
13.7.8 存储过程:ProjectStepDelete
13.7.9 存储过程:ProjectStepListBox
13.8 视图
13.9 应用程序注解
13.10 模块
13.11 窗体
13.11.1 Menu窗体
13.11.2 Project窗体
13.11.3 AddStep窗体
第14章 集合管理系统
14.1 操作数据项集合
14.2 应用程序预览
14.3 数据表及其关系
14.3.1 Collections表
14.3.2 CollectionItems表
14.4 字段定义
14.4.1 Collections表
14.4.2 CollectionItems表
14.5 自定义函数
14.5.1 函数:CollectionIDCheck
14.5.2 函数:CollectionItemIDCheck
14.6 存储过程
14.6.1 存储过程:CollectionAdd
14.6.2 存储过程:CollectionEdit
14.6.3 存储过程:CollectionDelete
14.6.4 存储过程:CollectionRecord
14.6.5 存储过程:CollectionComboBox
14.6.6 存储过程:CollectionItemAdd
14.6.7 存储过程:CollectionItemEdit
14.6.8 存储过程:CollectionItemDelete
14.6.9 存储过程:CollectionItemRecord
14.6.10 存储过程:CollectionItemComboBox
14.7 应用程序注解
14.8 模块
14.9 窗体
14.9.1 Menu窗体
14.9.2 Collections窗体
14.9.3 Collection Items窗体
第四部分:ASP/SQL Server应用程序
第15章 ASP作为SQL Server的前端开发工具
15.1 ASP作为SQL Server的前端开发工具
15.2 使用ASP的优缺点
15.3 在ASP中使用ADO
15.4 应用程序发布
第16章 在线商店
16.1 允许消费者进行在线购物
16.2 Web站点预览
16.3 数据表及其关系
16.3.1 Products表
16.3.2 Categories表
16.3.3 ProductsInCategories表
16.3.4 Visitors表
16.3.5 VisitorItems表
16.4 字段定义
16.4.1 Products表
16.4.2 Categories表
16.4.3 ProductsInCategories表
16.4.4 Visitors表
16.4.5 VisitorItems表
16.5 触发器
16.5.1 触发器:InsertItem
16.5.2 触发器:DeleteItem
16.6 存储过程
16.6.1 存储过程:VistorNew
16.6.2 存储过程:CategoryList
16.6.3 存储过程:ProductItem
16.6.4 存储过程:ProductList
16.6.5 存储过程:VisitorItemAdd
16.6.6 存储过程:VisitorItemDelete
16.6.7 存储过程:Shopping Call
16.6.8 存储过程:TotalStuff
16.6.9 存储过程:VisitorCheckOut
16.6.10 存储过程:StoreReceipt
16.7 用户
16.8 ASP
16.8.1 Index ASP
16.8.2 Products ASP
16.8.3 Shopping Cart ASP
16.8.4 CheckOut ASP
16.8.5 Receipt ASP
第17章 在线学校
17.1 Web站点预览
17.2 数据表及其关系
17.2.1 Students表
17.2.2 Courses表
17.2.3 StudentCourses表
17.2.4 Topics表
17.2.5 Contents表
17.2.6 Questions表
17.2.7 Answers表
17.2.8 HelpTopics表
17.3 字段定义
17.3.1 Students表
17.3.2 Courses表
17.3.3 StudentCourses表
17.3.4 Topics表
17.3.5 Contents表
17.3.6 Questions表
17.3.7 Answers表
17.3.8 HelpTopics表
17.4 存储过程
17.4.1 存储过程:StudentLogin
17.4.2 存储过程:CourseList
17.4.3 存储过程:TopicList
17.4.4 存储过程:GetContent
17.4.5 存储过程:QuizPage
17.4.6 存储过程:CheckAnswer
17.4.7 存储过程:HelpTopicListAndAnswer
17.5 用户
17.6 ASP
17.6.1 Index ASP
17.6.2 Courses ASP
17.6.3 Topic List ASP
17.6.4 Content ASP
17.6.5 Quiz ASP
17.6.6 Result ASP
17.6.7 Help ASP
第18章 Web站点增强工具
18.1 使用工具来拓展Web站点的功能
18.2 Chat工具
18.2.1 Web站点预览
18.2.2 数据表及其关系
18.2.3 字段定义
18.2.4 存储过程
18.2.5 用户
18.2.6 Global.asa文件
18.2.7 ASP
18.3 Classifieds工具
18.3.1 Web站点预览
18.3.2 数据表及其关系
18.3.3 字段定义
18.3.4 触发器
18.3.5 存储过程
18.3.6 用户
18.3.7 ASP
18.4 Question and Answer工具
18.4.1 Web站点预览
18.4.2 数据表及其关系
18.4.3 字段定义
18.4.4 存储过程
18.4.5 用户
18.4.6 ASP
第19章 公司站点工具
19.1 Contacts工具
19.1.1 Web站点预览
19.1.2 数据表及其关系
19.1.3 字段定义
19.1.4 存储过程
19.1.5 用户
19.1.6 ASP
19.2 Survey工具
19.2.1 Web站点预览
19.2.2 数据表及其关系
19.2.3 字段定义
19.2.4 存储过程
19.2.5 用户
19.2.6 ASP
19.3 Order Status工具
19.3.1 Web站点预览
19.3.2 数据表及其关系
19.3.3 字段定义
19.3.4 存储过程
19.3.5 用户
19.3.6 ASP
第20章 E-Book和E-Help文件
20.1 E-Book工具
20.1.1 Web站点预览
20.1.2 数据表及其关系
20.1.3 字段定义
20.1.4 存储过程
20.1.5 用户
20.1.6 ASP
20.2 E-Help工具
20.2.1 Web站点预览
20.2.2 数据表及其关系
20.2.3 字段定义
20.2.4 存储过程
20.2.5 ASP

本目录推荐