摘要:
网罗二手市场系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
因此我们结合一般网络二手市场的要求,对Access数据库管理系统、SQL语言原理、asp应用程序设计,asp数据库技术进行了较深入的学习和应用,主要完成对网络二手市场的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的网络二手市场可以满足网络会员与非会员、顾客和网络管理员三方面的需要。设计充分利用asp、Access数据库技术的强大力量,提高了编程效率和可靠性。
关键词:数据库,SQL语言,Access,asp,数据库组件,网络二手市场,ado组件,商品在线查询, 二手信息发布。
Abstract :
Involving the secondary market system is a typical management information system (MIS), including its main development background to the establishment and maintenance of the database and front-end application development 2. The request for the establishment of strong data consistency and integrity, good for the security of the data. For the latter request applications functions, such as easy to use features. So we combined the general network secondary market requirements for Access database management systems, SQL language principles, user applications design, database technology more user-depth study and application of the completion of the major networks secondary market demand analysis, functional modules division, database model analysis, The design and structure of the database and applications. Operating results prove that the design of this network secondary market network members and non-members to meet, network managers and customer needs. Designed to take full advantage of user and Access database technology powerful force increased programming efficiency and reliability.
Keywords :Database, SQL language Server,asp access database components, network secondary market, Suet components, the value of online enquiries, secondary information dissemination.
目 录
摘 要
第一章 绪 论
§1.1 数据库应用系统开发简介
§1.2 本文所做的主要工作
第二章 数据库理论基础
§2.1 数据库系统设计及范式分析
§2.2 SQL语言介绍
2.2.1 SQL基础
2.2.2 SQL语句
第三章 应用系统开发工具
§1.1.Asp 技术简介
§1.2.ASP访问数据库原理简介
第四章 网络二手市场系统应用程序设计
§4.1 系统页面模块组成
§4.2 数据连接模块页面的设置
§4.3 网站首页和用户注册的实现
§4.4 用户销售货物登记的的实现
§4.5 我的购物车和网上留言的的实现
第五章 结束语
参考书目
第一章 绪 论
§1.1 数据库应用系统开发简介
在数据库应用系统开发之前,对开发数据库的基本概念应当了解,对数据库的结构、开发数据库应用程序的步骤、开发体系及方法都应当有相当清晰的了解和认识。
数据库应用系统开发的目标是建立一个满足用户长期需求的产品。开发的主要过程为:理解用户的需求,然后,把它们转变为有效的数据库设计。把设计转变为实际的数据库,并且这些数据库带有功能完备、高效能的应用。
数据库技术在计算机软件邻域研究中一直是非常重要的主题,产生于60年代,30多年来数据库技术得到了迅速发展,并已形成较为完整的理论体系和一大批实用系统。并且,近年来,随着World Wide Web(WWW)的猛增及Internet技术的迅速发展,使得数据库技术之时成为最热门技术之一。