關(guān)于數(shù)據(jù)庫的建立研究論文.doc
約38頁DOC格式手機打開展開
關(guān)于數(shù)據(jù)庫的建立研究論文,無機非金屬材料(玻璃專業(yè))專題數(shù)據(jù)庫建設(shè)研究配套開題報告下載網(wǎng)址:http:///docs/319069/摘 要 本文介紹了玻璃文獻數(shù)據(jù)庫的現(xiàn)狀,以及如何利用asp技術(shù)訪問數(shù)據(jù)庫,asp技術(shù)的特點和sql server數(shù)據(jù)庫的優(yōu)點。使用asp的內(nèi)置對象和組件可以實現(xiàn)基于瀏覽器\服務(wù)器模...
內(nèi)容介紹
此文檔由會員 awing哥 發(fā)布摘 要
本文介紹了玻璃文獻數(shù)據(jù)庫的現(xiàn)狀,以及如何利用ASP技術(shù)訪問數(shù)據(jù)庫,ASP技術(shù)的特點和SQL Server數(shù)據(jù)庫的優(yōu)點。使用ASP的內(nèi)置對象和組件可以實現(xiàn)基于瀏覽器\服務(wù)器模式的數(shù)據(jù)庫管理功能,創(chuàng)建和運行動態(tài)、交互的Web服務(wù)器應(yīng)用程序,真正體現(xiàn)ASP服務(wù)器端動態(tài)網(wǎng)頁的實質(zhì),最終完成構(gòu)建玻璃文獻數(shù)據(jù)庫的三大主要模塊:檢索模塊、查詢結(jié)果模塊和后臺管理模塊。通過對各大模塊程序的編寫完成對無機非金屬材料(玻璃專業(yè))專題數(shù)據(jù)庫的建設(shè)。
關(guān)鍵詞:數(shù)據(jù)庫,ASP技術(shù),玻璃文獻
Inorganic Non-Metallic Materials (Glass Professional) Database Construction
Abstract
This paper introduced that the present situation of the glass literature database,how to access database by using the ASP technology and the advantages of SQL Server software. Using the ASP module can achieve the database management function which based on the built-in browser/Server mode,create and run the dynamic、interactive web server applications, really reflect the substantive of the ASP server dynamic web,and finally complete the construction of three major modules of the database: Index module, Search results module, and background management module. Through the editing of each module ,we can reach the objective of completing the inorganic non-metallic materials (glass professional) database construction.
Key words: database,ASP technology,glass professional literature
目 錄
摘要 …………………………………………………………………………………………Ⅰ
ABSTRACT …………………………………………………………………………………Ⅱ
1 前言…………………………………………………………………………………………1
1.1 數(shù)據(jù)庫的發(fā)展………………………………………………………………………1
1.2 玻璃文獻數(shù)據(jù)庫的現(xiàn)狀 ……………………………………………………………1
1.3 課題所需技術(shù)要求 ………………………………………………………………1
1.3.1 ASP技術(shù) ……………………………………………………………………1
1.3.2 ASP的發(fā)展趨勢 ……………………………………………………………2
1.3.3 ASP技術(shù)的特點 ……………………………………………………………2
1.3.4 ASP的處理過程 ……………………………………………………………2
2 研究方案……………………………………………………………………………………4
2.1 設(shè)計方案……………………………………………………………………………4
2.1.1技術(shù)方案選擇………………………………………………………………4
2.1.2 數(shù)據(jù)庫軟件選擇……………………………………………………………4
2.2 方案的特點…………………………………………………………………………4
2.2.1 安全性………………………………………………………………………4
2.2.2 先進性………………………………………………………………………5
2.2.3開放性………………………………………………………………………5
2.2.4 實用性………………………………………………………………………5
2.2.5 查詢功能……………………………………………………………………5
2.2.6 維護成本……………………………………………………………………5
3 設(shè)計過程……………………………………………………………………………………6
3.1 設(shè)計前言……………………………………………………………………………6
3.2 設(shè)計的準(zhǔn)備工作……………………………………………………………………6
3.2.1 IIS的安裝與配置…………………………………………………………6
3.2.2 創(chuàng)建IIS的虛擬路勁………………………………………………………6
3.3 系統(tǒng)分析………………………………………………………………………6
3.3.1 檢索模塊……………………………………………………………………6
3.3.2 查詢結(jié)果模塊………………………………………………………………6
3.3.3 后臺管理模塊………………………………………………………………7
3.4 數(shù)據(jù)庫設(shè)計 ………………………………………………………………………7
3.4.1 創(chuàng)建數(shù)據(jù)庫 ………………………………………………………………7
3.4.2 創(chuàng)建表………………………………………………………………………7
3.4.3 導(dǎo)入數(shù)據(jù)……………………………………………………………………7
3.5 連接數(shù)據(jù)庫……………………………………………………………………7
3.5.1 使用ADO技術(shù)訪問數(shù)據(jù)庫…………………………………………………7
3.5.2 連接數(shù)據(jù)庫的代碼…………………………………………………………7
3.6 主要模塊的設(shè)計 …………………………………………………………………8
3.6.1 檢索模塊(jiansuo.asp) …………………………………………………8
3.6.2 查詢結(jié)果模塊(detail.asp)……………………………………………15
3.6.3 后臺管理模塊(log.asp、chk.asp、add.asp等)……………………16
3.7 設(shè)計成果的測試…………………………………………………………………29
4 結(jié)果分析…………………………………………………………………………………30
4.1 主要遇到的問題…………………………………………………………………30
4.2 最終的測試結(jié)果…………………………………………………………………30
5 總結(jié)………………………………………………………………………………………31
5.1 設(shè)計結(jié)論…………………………………………………………………………31
5.2 結(jié)語………………………………………………………………………………31
致 謝 ………………………………………………………………………………………33
參考文獻 ……………………………………………………………………………………34