文档介绍:某旅游公司旅游信息的发布与管理
摘要
网络旅游信息系统是利用计算机Web数据库高效的数据存储和管理能力来管理旅游信息,其主要意义在于简化人们以往查找旅游信息的繁琐工作,通过计算机联网后,可以实现数据的远程访问和共享,将旅游咨询和网络传播充分的结合,改变以往人们必须到旅行社的传统模式。
本文介绍了一个网络旅游信息系统的设计与实现。该系统完整地分析了网络旅游信息系统的业务需求,并进行了详细设计。在此基础上实现了其中的基本功能,包括:旅游信息管理与查询、旅行社注册、旅游线路发布、旅游线路预订、用户论坛等功能。同时,系统对用户进行了分级管理,提高了系统的安全性。
在技术上,该系统选择了B/S(浏览器/服务器)三层网络体系结构。客户端技术综合采用HTML、VBScript、JavaScript等技术提供用户界面;应用服务器端使用IIS,并采用ASP动态网页编程技术实现业务逻辑;数据库服务器采用SQL Server 2000关系数据库。利用ASP 动态网页编程技术,通过ADO与SQL Server 2000数据库建立链接,运用SQL 语言实现对其数据库的操作。
关键词:计算机网络;网络旅游信息;SQL sever 2000;ASP;数据库
The Implementation and Design work Tour Information System
Abstract
work tour information system is designed to manage tour information by using the ability of efficient storing and managing data puter. Its main purpose is to simplify plicated work of people in looking for tour information. By connecting puters, long-distance visiting and sharing of data will e true. bining of tour information consultation munication sufficiently will change the traditional model that people need to go to travel agency for tour information in the past.
This paper introduces the design and implementation of work tour information system. It analyzes the business requirement of tour information pletely and the detail of system designation. On this basis, this system realized the basic functions, such as the management and inquiry of tour information, the registering of travel agencies, the issuance of tourist routes, the order of tourist routes, the management of user forum and so on. Besides, this system manages the users according to their grades to improve the safety of the system.
In technology, this system chooses B/S (Browser/ Server) three-layer work system structure. The client end provides the consumer interface by adopting technologies such as HTML, VBScript, and JavaScript synthetically. The application server makes use of IIS and adopts the ASP dynamic Webpage programming technology to realize the business logic; the database server adopts SQL Server