注冊(cè) | 登錄讀書(shū)好,好讀書(shū),讀好書(shū)!
讀書(shū)網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書(shū)科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計(jì)C/C++及其相關(guān)即時(shí)應(yīng)用SQL Server 2000中文版

即時(shí)應(yīng)用SQL Server 2000中文版

即時(shí)應(yīng)用SQL Server 2000中文版

定 價(jià):¥65.00

作 者: (美)Greg Buczek著;高艷春等譯
出版社: 人民郵電出版社
叢編項(xiàng):
標(biāo) 簽: 關(guān)系型數(shù)據(jù)庫(kù) 數(shù)據(jù)庫(kù)管理系統(tǒng)

ISBN: 9787115097644 出版時(shí)間: 2001-01-01 包裝: 平裝
開(kāi)本: 26cm 頁(yè)數(shù): 560 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  本書(shū)是SQL Server 2000 中文版應(yīng)用程序全面的開(kāi)發(fā)指南。全書(shū)分為五部分20章。第一部分(1、2章)介紹了SQL Server 的基礎(chǔ)知識(shí),包括一些基本的概念。第二、三、四部分分別詳細(xì)地介紹了使用 VB 6.0、VB.Net、Access、ASP作為前臺(tái)開(kāi)發(fā)工具與SQL Server 2000結(jié)合進(jìn)行應(yīng)用程序開(kāi)發(fā)的技術(shù),其中不乏一些精彩的實(shí)例分析。附錄部分提供了VB、VB.Net、T-SQL的相關(guān)參考資料和隨書(shū)光盤(pán)的使用說(shuō)明,以電子文檔的形式收在光盤(pán)中。本書(shū)適合于用SQL Server 作為后臺(tái)數(shù)據(jù)庫(kù)進(jìn)行各類(lèi)應(yīng)用開(kāi)發(fā)的程序員,也適用于SQL Server 數(shù)據(jù)庫(kù)的高級(jí)管理人員。

作者簡(jiǎn)介

暫缺《即時(shí)應(yīng)用SQL Server 2000中文版》作者簡(jiǎn)介

圖書(shū)目錄

第一部分:SQL Server基礎(chǔ)知識(shí)
第1章 數(shù)據(jù)庫(kù)的表和字段
1.1 使用數(shù)據(jù)庫(kù)、表、字段、關(guān)系和用戶(hù)
1.2 創(chuàng)建SQL Server數(shù)據(jù)庫(kù)
1.3 用企業(yè)管理器創(chuàng)建表
1.4 數(shù)據(jù)類(lèi)型
1.4.1 字符串
1.4.2 二進(jìn)制數(shù)據(jù)
1.4.3 整型
1.4.4 精確十進(jìn)制
1.4.5 浮點(diǎn)數(shù)
1.4.6 日期和時(shí)間
1.4.7 特殊數(shù)據(jù)類(lèi)型
1.5 數(shù)據(jù)庫(kù)關(guān)系圖和關(guān)系
1.6 允許數(shù)據(jù)庫(kù)用戶(hù)訪問(wèn)數(shù)據(jù)庫(kù)
第2章 視圖、存儲(chǔ)過(guò)程和觸發(fā)器
2.1 視圖
2.2 存儲(chǔ)過(guò)程
2.3 觸發(fā)器
第二部分:VB/SQL Server應(yīng)用程序
第3章 VB作為SQL Server的前端開(kāi)發(fā)工具
3.1 使用VB作為SQL Server的前端開(kāi)發(fā)工具
3.2 使用VB開(kāi)發(fā)前端應(yīng)用程序的優(yōu)點(diǎn)和缺點(diǎn)
3.3 VB 6.0數(shù)據(jù)視圖窗口
3.4 VB.Net Server Explorer
3.5 在VB 6.0中使用ADO
3.6 在VB.Net中使用ADO
第4章 銀行帳號(hào)管理系統(tǒng)
4.1 使用收入和支出
4.2 應(yīng)用程序預(yù)覽
4.3 數(shù)據(jù)表及相互關(guān)系
4.3.1 AccountTransactions表
4.3.2 Categories表
4.4 字段定義
4.4.1 AccountTransactions表
4.4.2 Categories表
4.5 存儲(chǔ)過(guò)程
4.5.1 存儲(chǔ)過(guò)程:AccountTransactionsAdd
4.5.2 存儲(chǔ)過(guò)程:AccountTransactionUpdate
4.5.3 存儲(chǔ)過(guò)程:AccountTransactionsDdete
4.5.4 存儲(chǔ)過(guò)程:GetAllActivity
4.5.5 存儲(chǔ)過(guò)程:GetBalance
4.5.6 存儲(chǔ)過(guò)程:GetTransactionRecord
4.5.7 存儲(chǔ)過(guò)程:CategoryAdd
4.5.8 存儲(chǔ)過(guò)程:GetAllCategories
4.5.9 存儲(chǔ)過(guò)程:GetAllActivityInCategory
4.5.10 存儲(chǔ)過(guò)程:GetAllActivityInDateRange
4.6 應(yīng)用程序注釋
4.7 組件
4.8 窗體
4.8.1 follMenu窗體
4.8.2 folinccountTransactions窗體
4.8.3 trillrtCport窗體
第5章 個(gè)人信息管理系統(tǒng)
5.1 個(gè)人信息管理系統(tǒng)
5.2 應(yīng)用程序預(yù)覽
5.3 數(shù)據(jù)表及其關(guān)系
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 觸發(fā)器
5.6 存儲(chǔ)過(guò)程
5.6.1 存儲(chǔ)過(guò)程:ContactAdd
5.6.2 存儲(chǔ)過(guò)程:ContactUpdate
5.6.3 存儲(chǔ)過(guò)程:DeleteContact
5.6.4 存儲(chǔ)過(guò)程:ContactRecord
5.6.5 存儲(chǔ)過(guò)程:ContactList
5.6.6 存儲(chǔ)過(guò)程:ContactReport
5.6.7 存儲(chǔ)過(guò)程:ContactPhoneAdd
5.6.8 存儲(chǔ)過(guò)程:ContactPhoneDelete
5.6.9 存儲(chǔ)過(guò)程:ContactPhoneList
5.6.10 存儲(chǔ)過(guò)程:ReminderAdd
5.6.11 存儲(chǔ)過(guò)程:ReminderUpdate
5.6.12 存儲(chǔ)過(guò)程:ReminderDelete
5.6.13 存儲(chǔ)過(guò)程:ReminderRecord
5.6.14 存儲(chǔ)過(guò)程:ReminderList
5.7 視圖
5.7.1 視圖:ReminderAlarms
5.7.2 視圖:RemindersNotClear
5.8 使用數(shù)據(jù)環(huán)境
5.9 模塊
5.10 窗體
5.10.1 frmMenu窗體
5.10.2 frmContacts窗體
5.10.3 frmReminders窗體
第6章 幫助平臺(tái)
6.1 管理支持請(qǐng)求
6.2 應(yīng)用程序預(yù)覽
6.3 數(shù)據(jù)表及其關(guān)系
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 存儲(chǔ)過(guò)程
6.5.1 存儲(chǔ)過(guò)程:SupportPersonAdd
6.5.2 存儲(chǔ)過(guò)程:SupportPersonUpdate
6.5.3 存儲(chǔ)過(guò)程:SupportPersonDelete
6.5.4 存儲(chǔ)過(guò)程:SupportPersonRecord
6.5.5 SupportPersonList存儲(chǔ)過(guò)程
6.5.6 存儲(chǔ)過(guò)程:ProblemCategoryAdd
6.5.7 存儲(chǔ)過(guò)程:ProblemCategoryDelete
6.5.8 存儲(chǔ)過(guò)程:ProblemCategoryList
6.5.9 存儲(chǔ)過(guò)程:CaseAdd
6.5.10 存儲(chǔ)過(guò)程:CaseUpdate
6.5.11 存儲(chǔ)過(guò)程:CaseDelete
6.5.12 存儲(chǔ)過(guò)程:CaseRecord
6.5.13 存儲(chǔ)過(guò)程:ProgressNoteAdd
6.5.14 存儲(chǔ)過(guò)程:ProgressNoteList
6.6 應(yīng)用程序注釋
6.7 模塊
6.7.1 模塊modPublicProcs
6.7.2 frmMenu窗體
6.7.3 frmCases窗體
6.7.4 frmSupportPeople窗體和frmProblemCategories窗體
第7章 網(wǎng)絡(luò)管理
7.1 跟蹤計(jì)算機(jī)、硬件和網(wǎng)絡(luò)設(shè)備
7.2 應(yīng)用程序預(yù)覽
7.3 數(shù)據(jù)表及其關(guān)系
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 存儲(chǔ)過(guò)程
7.5.1 存儲(chǔ)過(guò)程:ComputerAdd
7.5.2 存儲(chǔ)過(guò)程:ComputerUpdate
7.5.3 存儲(chǔ)過(guò)程:ComputerDelete
7.5.4 存儲(chǔ)過(guò)程:ComputerRecord
7.5.5 存儲(chǔ)過(guò)程:ComputerHardwareAdd
7.5.6 存儲(chǔ)過(guò)程:ComputerHardwareDelete
7.5.7 存儲(chǔ)過(guò)程:HardwareInComputer
7.5.8 存儲(chǔ)過(guò)程:HardwareItemAdd
7.5.9 存儲(chǔ)過(guò)程:HardwareItemUpdate
7.5.10 存儲(chǔ)過(guò)程:HardwareItemDelete 
7.5.11 存儲(chǔ)過(guò)程:HardwareItemRecord
7.5.12 存儲(chǔ)過(guò)程:HardwareItemList
7.5.13 存儲(chǔ)過(guò)程:DeviceAdd
7.5.14 存儲(chǔ)過(guò)程:DeviceUpdate
7.5.15 存儲(chǔ)過(guò)程:DeviceDelete
7.5.16 存儲(chǔ)過(guò)程:DeviceRecord
7.5.17 存儲(chǔ)過(guò)程:DeviceTypeAdd
7.5.18 存儲(chǔ)過(guò)程: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章 程序庫(kù)
8.1 應(yīng)用程序預(yù)覽
8.2 數(shù)據(jù)表及其關(guān)系
8.2.1 CodeBlocks表
8.2.2 OldCodeBlocks表
8.2.3 Languages表
8.3 字段說(shuō)明
8.3.1 CodeBlocks表
8.3.2 OldCodeBlocks表
8.3.3 Languages表
8.4 存儲(chǔ)過(guò)程
8.4.1 存儲(chǔ)過(guò)程:CodeBlockAdd
8.4.2 存儲(chǔ)過(guò)程:CodeBlockUpdate
8.4.3 存儲(chǔ)過(guò)程:CodeBlockDelete
8.4.4 存儲(chǔ)過(guò)程:CodeBlockRecord
8.4.5 存儲(chǔ)過(guò)程:CodeBlockList
8.4.6 存儲(chǔ)過(guò)程:OldCodeBlockList
8.4.7 存儲(chǔ)過(guò)程:LanguageAdd
8.4.8 存儲(chǔ)過(guò)程:LanguageUpdate
8.4.9 存儲(chǔ)過(guò)程:LanguageDelete
8.4.10 存儲(chǔ)過(guò)程:LanguageRecord
8.4.11 存儲(chǔ)過(guò)程:LanguageList
8.4.12 存儲(chǔ)過(guò)程:LanguageOnlyList
8.5 觸發(fā)器
8.5.1 觸發(fā)器:UpdateCodeBlock
8.5.2 觸發(fā)器:DeleteCodeBlocks
8.6 模塊
8.7 窗體
8.7.1 frmMenu窗體
8.7.2 frmCodeBlocks窗體
8.7.3 frmOldCodeBlocks窗體
8.7.4 frmLanguages窗體
第三部分:Access/SQL Server應(yīng)用程序
第9章 Access作為SQL Server前端的開(kāi)發(fā)工具
9.1 Access作為SQL Server前端的開(kāi)發(fā)工具
9.2 將Access數(shù)據(jù)庫(kù)擴(kuò)展為SQL Server數(shù)據(jù)庫(kù)
9.3 連接數(shù)據(jù)表
9.4 使用ADO
第10章 員工管理系統(tǒng)
10.1 處理員工信息、部門(mén)信息和工資信息
10.2 解決方案預(yù)覽
10.3 數(shù)據(jù)表及其關(guān)系
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 自定義函數(shù)
10.5.1 函數(shù):DepartmentIDCheck
10.5.2 函數(shù):EmployeeIDCheck
10.6 存儲(chǔ)過(guò)程
10.6.1 存儲(chǔ)過(guò)程:EmployeeAdd
10.6.2 存儲(chǔ)過(guò)程:EmployeeEdit
10.6.3 存儲(chǔ)過(guò)程:EmployeeDelete
10.6.4 存儲(chǔ)過(guò)程:EmployeeMove
10.6.5 存儲(chǔ)過(guò)程:EmployeeComboList
10.6.6 存儲(chǔ)過(guò)程:DepartmentAdd
10.6.7 存儲(chǔ)過(guò)程:DepartmentEdit
10.6.8 存儲(chǔ)過(guò)程:DepartmentDelete
10.6.9 存儲(chǔ)過(guò)程:DepartmentMove
10.6.10 存儲(chǔ)過(guò)程:GeneratePayrollRecords
10.6.11 存儲(chǔ)過(guò)程:GenerateSickHours
10.6.12 存儲(chǔ)過(guò)程:GenerateVacationHours
10.6.13 存儲(chǔ)過(guò)程:UseLeave
10.6.14 存儲(chǔ)過(guò)程:EmployeePermissions
10.6.15 存儲(chǔ)過(guò)程:EmployeePersonalRecord
10.6.16 存儲(chǔ)過(guò)程: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 數(shù)據(jù)庫(kù)管理頁(yè)角色
10.9 應(yīng)用程序注釋
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章 客戶(hù)管理系統(tǒng)
11.1 解決方案預(yù)覽
11.2 數(shù)據(jù)表及其關(guān)系
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 自定義函數(shù)
11.4.1 函數(shù):CustomerIDCheck
11.4.2 函數(shù):CustomerManagerIDCheck
11.4.3 函數(shù):CustomerNoteIDCheck
11.4.4 函數(shù):ZipCodeCheck
11.5 存儲(chǔ)過(guò)程
11.5.1 存儲(chǔ)過(guò)程:CustomerAdd
11.5.2 存儲(chǔ)過(guò)程:CustomerEdit
11.5.3 存儲(chǔ)過(guò)程:CustomerDelete
11.5.4 存儲(chǔ)過(guò)程:CustomerRecord
11.5.5 存儲(chǔ)過(guò)程:CusotmerComboList
11.5.6 存儲(chǔ)過(guò)程:CustomerManagerAdd
11.5.7 存儲(chǔ)過(guò)程:CustomerManagerEdit
11.5.8 存儲(chǔ)過(guò)程:CustomerManagerDelete
11.5.9 存儲(chǔ)過(guò)程:CustomerManagerRecord
11.5.10 存儲(chǔ)過(guò)程:CustomerManagerComboList
11.5.11 存儲(chǔ)過(guò)程:CustomerNoteAdd
11.5.12 存儲(chǔ)過(guò)程:CustomerNoteEdit
11.5.13 存儲(chǔ)過(guò)程:CustomerNoteDelete
11.5.14 存儲(chǔ)過(guò)程:CustomerNoteRecord
11.5.15 存儲(chǔ)過(guò)程:CustomerNoteListBox
11.5.16 存儲(chǔ)過(guò)程:ZipCodeAdd
11.5.17 存儲(chǔ)過(guò)程:ZipCodeEdit
11.5.18 存儲(chǔ)過(guò)程:ZipCodeDelete
11.5.19 存儲(chǔ)過(guò)程:ZipCodeRecord
11.5.20 存儲(chǔ)過(guò)程:ZipCodeComboLidt
11.6 視圖
11.7 應(yīng)用程序注解
11.8 模塊
11.9 窗體
11.9.1 Menu窗體
11.9.2 Customers窗體
11.9.3 Customer Notes窗體
第12章 事件管理系統(tǒng)
12.1 應(yīng)用程序預(yù)覽
12.2 數(shù)據(jù)表及其關(guān)系
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 自定義函數(shù)
12.4.1 函數(shù):EventIDCheck
12.4.2 函數(shù):AttendeeIDCheck
12.4.3 函數(shù):EventAttendeeIDCheck
12.5 存儲(chǔ)過(guò)程
12.5.1 存儲(chǔ)過(guò)程:EventAdd
12.5.2 存儲(chǔ)過(guò)程:EventEdit
12.5.3 存儲(chǔ)過(guò)程:EventDelete
12.5.4 存儲(chǔ)過(guò)程:EventRecord
12.5.5 存儲(chǔ)過(guò)程:EventComboBox
12.5.6 存儲(chǔ)過(guò)程:AttendeeAdd
12.5.7 存儲(chǔ)過(guò)程:AttendeeEdit
12.5.8 存儲(chǔ)過(guò)程:AttendeeDelete
12.5.9 存儲(chǔ)過(guò)程:AttendeeRecord
12.5.10 存儲(chǔ)過(guò)程:AttendeeComboBox
12.5.11 存儲(chǔ)過(guò)程:EventAttendeeAdd
12.5.12 存儲(chǔ)過(guò)程:EventAttendeeDelete
12.5.13 存儲(chǔ)過(guò)程:EventAttendeeListBox
12.6 視圖
12.6.1 視圖:EventsWithAttendees
12.6.2 視圖:Event Attendance
12.7 應(yīng)用程序注解
12.8 模塊
12.9 窗體
12.9.1 Menu窗體
12.9.2 Events窗體
12.9.3 Attendees窗體
12.9.4 Add Attendees窗體
第13章 項(xiàng)目管理系統(tǒng)
13.1 項(xiàng)目和步驟
13.2 應(yīng)用程序預(yù)覽
13.3 數(shù)據(jù)表及其關(guān)系
13.3.1 Project表
13.3.2 ProjectSteps表
13.4 字段定義
13.4.1 Project表
13.4.2 ProjectSteps表
13.5 觸發(fā)器
13.5.1 觸發(fā)器:UpdateInsertSteps
13.5.2 觸發(fā)器:Deletesteps
13.6 自定義的函數(shù)
13.6.1 函數(shù):ProjectIDCheck
13.6.2 函數(shù):PercentComplete
13.7 存儲(chǔ)過(guò)程
13.7.1 存儲(chǔ)過(guò)程:ProjectAdd
13.7.2 存儲(chǔ)過(guò)程:ProjectEdit
13.7.3 存儲(chǔ)過(guò)程:ProjectDelete
13.7.4 存儲(chǔ)過(guò)程:ProjectRecord
13.7.5 存儲(chǔ)過(guò)程:ProjectComboBox
13.7.6 存儲(chǔ)過(guò)程:ProjectStepAdd
13.7.7 存儲(chǔ)過(guò)程:ProjectStepComplete
13.7.8 存儲(chǔ)過(guò)程:ProjectStepDelete
13.7.9 存儲(chǔ)過(guò)程:ProjectStepListBox
13.8 視圖
13.9 應(yīng)用程序注解
13.10 模塊
13.11 窗體
13.11.1 Menu窗體
13.11.2 Project窗體
13.11.3 AddStep窗體
第14章 集合管理系統(tǒng)
14.1 操作數(shù)據(jù)項(xiàng)集合
14.2 應(yīng)用程序預(yù)覽
14.3 數(shù)據(jù)表及其關(guān)系
14.3.1 Collections表
14.3.2 CollectionItems表
14.4 字段定義
14.4.1 Collections表
14.4.2 CollectionItems表
14.5 自定義函數(shù)
14.5.1 函數(shù):CollectionIDCheck
14.5.2 函數(shù):CollectionItemIDCheck
14.6 存儲(chǔ)過(guò)程
14.6.1 存儲(chǔ)過(guò)程:CollectionAdd
14.6.2 存儲(chǔ)過(guò)程:CollectionEdit
14.6.3 存儲(chǔ)過(guò)程:CollectionDelete
14.6.4 存儲(chǔ)過(guò)程:CollectionRecord
14.6.5 存儲(chǔ)過(guò)程:CollectionComboBox
14.6.6 存儲(chǔ)過(guò)程:CollectionItemAdd
14.6.7 存儲(chǔ)過(guò)程:CollectionItemEdit
14.6.8 存儲(chǔ)過(guò)程:CollectionItemDelete
14.6.9 存儲(chǔ)過(guò)程:CollectionItemRecord
14.6.10 存儲(chǔ)過(guò)程:CollectionItemComboBox
14.7 應(yīng)用程序注解
14.8 模塊
14.9 窗體
14.9.1 Menu窗體
14.9.2 Collections窗體
14.9.3 Collection Items窗體
第四部分:ASP/SQL Server應(yīng)用程序
第15章 ASP作為SQL Server的前端開(kāi)發(fā)工具
15.1 ASP作為SQL Server的前端開(kāi)發(fā)工具
15.2 使用ASP的優(yōu)缺點(diǎn)
15.3 在ASP中使用ADO
15.4 應(yīng)用程序發(fā)布
第16章 在線商店
16.1 允許消費(fèi)者進(jìn)行在線購(gòu)物
16.2 Web站點(diǎn)預(yù)覽
16.3 數(shù)據(jù)表及其關(guān)系
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 觸發(fā)器
16.5.1 觸發(fā)器:InsertItem
16.5.2 觸發(fā)器:DeleteItem
16.6 存儲(chǔ)過(guò)程
16.6.1 存儲(chǔ)過(guò)程:VistorNew
16.6.2 存儲(chǔ)過(guò)程:CategoryList
16.6.3 存儲(chǔ)過(guò)程:ProductItem
16.6.4 存儲(chǔ)過(guò)程:ProductList
16.6.5 存儲(chǔ)過(guò)程:VisitorItemAdd
16.6.6 存儲(chǔ)過(guò)程:VisitorItemDelete
16.6.7 存儲(chǔ)過(guò)程:Shopping Call
16.6.8 存儲(chǔ)過(guò)程:TotalStuff
16.6.9 存儲(chǔ)過(guò)程:VisitorCheckOut
16.6.10 存儲(chǔ)過(guò)程:StoreReceipt
16.7 用戶(hù)
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章 在線學(xué)校
17.1 Web站點(diǎn)預(yù)覽
17.2 數(shù)據(jù)表及其關(guān)系
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 存儲(chǔ)過(guò)程
17.4.1 存儲(chǔ)過(guò)程:StudentLogin
17.4.2 存儲(chǔ)過(guò)程:CourseList
17.4.3 存儲(chǔ)過(guò)程:TopicList
17.4.4 存儲(chǔ)過(guò)程:GetContent
17.4.5 存儲(chǔ)過(guò)程:QuizPage
17.4.6 存儲(chǔ)過(guò)程:CheckAnswer
17.4.7 存儲(chǔ)過(guò)程:HelpTopicListAndAnswer
17.5 用戶(hù)
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站點(diǎn)增強(qiáng)工具
18.1 使用工具來(lái)拓展Web站點(diǎn)的功能
18.2 Chat工具
18.2.1 Web站點(diǎn)預(yù)覽
18.2.2 數(shù)據(jù)表及其關(guān)系
18.2.3 字段定義
18.2.4 存儲(chǔ)過(guò)程
18.2.5 用戶(hù)
18.2.6 Global.asa文件
18.2.7 ASP
18.3 Classifieds工具
18.3.1 Web站點(diǎn)預(yù)覽
18.3.2 數(shù)據(jù)表及其關(guān)系
18.3.3 字段定義
18.3.4 觸發(fā)器
18.3.5 存儲(chǔ)過(guò)程
18.3.6 用戶(hù)
18.3.7 ASP
18.4 Question and Answer工具
18.4.1 Web站點(diǎn)預(yù)覽
18.4.2 數(shù)據(jù)表及其關(guān)系
18.4.3 字段定義
18.4.4 存儲(chǔ)過(guò)程
18.4.5 用戶(hù)
18.4.6 ASP
第19章 公司站點(diǎn)工具
19.1 Contacts工具
19.1.1 Web站點(diǎn)預(yù)覽
19.1.2 數(shù)據(jù)表及其關(guān)系
19.1.3 字段定義
19.1.4 存儲(chǔ)過(guò)程
19.1.5 用戶(hù)
19.1.6 ASP
19.2 Survey工具
19.2.1 Web站點(diǎn)預(yù)覽
19.2.2 數(shù)據(jù)表及其關(guān)系
19.2.3 字段定義
19.2.4 存儲(chǔ)過(guò)程
19.2.5 用戶(hù)
19.2.6 ASP
19.3 Order Status工具
19.3.1 Web站點(diǎn)預(yù)覽
19.3.2 數(shù)據(jù)表及其關(guān)系
19.3.3 字段定義
19.3.4 存儲(chǔ)過(guò)程
19.3.5 用戶(hù)
19.3.6 ASP
第20章 E-Book和E-Help文件
20.1 E-Book工具
20.1.1 Web站點(diǎn)預(yù)覽
20.1.2 數(shù)據(jù)表及其關(guān)系
20.1.3 字段定義
20.1.4 存儲(chǔ)過(guò)程
20.1.5 用戶(hù)
20.1.6 ASP
20.2 E-Help工具
20.2.1 Web站點(diǎn)預(yù)覽
20.2.2 數(shù)據(jù)表及其關(guān)系
20.2.3 字段定義
20.2.4 存儲(chǔ)過(guò)程
20.2.5 ASP

本目錄推薦

掃描二維碼
Copyright ? 讀書(shū)網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)