关于数据库的建立研究论文.doc
约38页DOC格式手机打开展开
关于数据库的建立研究论文,无机非金属材料(玻璃专业)专题数据库建设研究配套开题报告下载网址:http://www.queshao.com/docs/319069/摘 要 本文介绍了玻璃文献数据库的现状,以及如何利用asp技术访问数据库,asp技术的特点和sql server数据库的优点。使用asp的内置对象和组件可以实现基于浏览器\服务器模...
内容介绍
此文档由会员 awing哥 发布摘 要
本文介绍了玻璃文献数据库的现状,以及如何利用ASP技术访问数据库,ASP技术的特点和SQL Server数据库的优点。使用ASP的内置对象和组件可以实现基于浏览器\服务器模式的数据库管理功能,创建和运行动态、交互的Web服务器应用程序,真正体现ASP服务器端动态网页的实质,最终完成构建玻璃文献数据库的三大主要模块:检索模块、查询结果模块和后台管理模块。通过对各大模块程序的编写完成对无机非金属材料(玻璃专业)专题数据库的建设。
关键词:数据库,ASP技术,玻璃文献
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 数据库的发展………………………………………………………………………1
1.2 玻璃文献数据库的现状 ……………………………………………………………1
1.3 课题所需技术要求 ………………………………………………………………1
1.3.1 ASP技术 ……………………………………………………………………1
1.3.2 ASP的发展趋势 ……………………………………………………………2
1.3.3 ASP技术的特点 ……………………………………………………………2
1.3.4 ASP的处理过程 ……………………………………………………………2
2 研究方案……………………………………………………………………………………4
2.1 设计方案……………………………………………………………………………4
2.1.1技术方案选择………………………………………………………………4
2.1.2 数据库软件选择……………………………………………………………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 设计过程……………………………………………………………………………………6
3.1 设计前言……………………………………………………………………………6
3.2 设计的准备工作……………………………………………………………………6
3.2.1 IIS的安装与配置…………………………………………………………6
3.2.2 创建IIS的虚拟路劲………………………………………………………6
3.3 系统分析………………………………………………………………………6
3.3.1 检索模块……………………………………………………………………6
3.3.2 查询结果模块………………………………………………………………6
3.3.3 后台管理模块………………………………………………………………7
3.4 数据库设计 ………………………………………………………………………7
3.4.1 创建数据库 ………………………………………………………………7
3.4.2 创建表………………………………………………………………………7
3.4.3 导入数据……………………………………………………………………7
3.5 连接数据库……………………………………………………………………7
3.5.1 使用ADO技术访问数据库…………………………………………………7
3.5.2 连接数据库的代码…………………………………………………………7
3.6 主要模块的设计 …………………………………………………………………8
3.6.1 检索模块(jiansuo.asp) …………………………………………………8
3.6.2 查询结果模块(detail.asp)……………………………………………15
3.6.3 后台管理模块(log.asp、chk.asp、add.asp等)……………………16
3.7 设计成果的测试…………………………………………………………………29
4 结果分析…………………………………………………………………………………30
4.1 主要遇到的问题…………………………………………………………………30
4.2 最终的测试结果…………………………………………………………………30
5 总结………………………………………………………………………………………31
5.1 设计结论…………………………………………………………………………31
5.2 结语………………………………………………………………………………31
致 谢 ………………………………………………………………………………………33
参考文献 ……………………………………………………………………………………34