摘 要
基于B/S模式的火車聯網售票系統是一個目前非常流行的在線售票系統。該系統的出現大大滿足了現今對于火車售票的需要,使原本極為麻煩的售票、購票過程變得方便快捷,從而提高效率并且大大降低了售票員的工作量。
火車聯網售票系統主要包括的火車票查詢子系統、訂票子系統等功能系統。它能夠實現在線車票查詢(包括簡單查詢、詳細查詢兩個部分),在線訂票等功能。其開發主要包括后臺數據庫的建立管理和前臺應用程序的開發這兩個方面。程序功能實現后用戶將可通過互聯網在線查詢、訂購所需的火車票,并能隨時查看自己所訂購的車票。
本文首先介紹了火車聯網售票系統的整體系統構架及Microsoft SQL SERVER 2000數據庫的建立,接著詳細介紹了各子系統,包括各子系統的功能概述,具體實現,以及數據庫相關表設計。
關鍵詞:在線售票;訂單;管理
The Design of Train Online Booking System Based on .NET
Abstract
Online Booking System based on B/S structure is currently a very popular online ticketing system. The system can meet the requirement of the selling train ticketing, make the extremely trouble process of buying train ticket fast and convenient. It improves efficiency and reduces workload of conductor.
Train Online Booking System mainly comprise of ticket query, booking subsystem, complete online ticket query (includes simple query, detail query), online booking and so on. The development includes the establishment and management of the background database, and the implementation of application program .The system will allow customers to inquiries and book the train tickets through the Internet. They can inquire about the tickets of their booking at any time.
This paper introduces the ticketing system interconnection of the overall system architecture and how to create Microsoft SQL SERVER database being followed by a detailed description of the subsystems, including the subsystems overview, the detail of realization and the related design of table.