1、 I 酒店管理系统 摘 要 随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主 要分析了酒店管理系统的一些基本功能和组成情况,包括系统的需求分析、系 统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实 现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了酒 店管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了 Visual Studio 编程环境和 SQL 数据库管理系统的功能特点。 关键词 酒店管理;数据库;信息管理;VS ABSTRACT III Hotel Management System ABSTRACT With the d
2、evelopment of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analyzed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analyzed, systematic
3、 structure, the function module divides and the data base model is analyzed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have acco
4、rded with the administrative system of the hotel as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Studio programming environment and SQL data base management system briefly at the same time. Keyword Material management, database, i
5、nformation management, VS 1 目 录 前言前言2 1 数据库理论数据库理论基础基础2 1.1 数据库系统设计3 1.2 SQL 语言介绍3 1.3 SQL 语句3 1.4 数据控制语言 DCL4 2 酒店管理系统设计分析酒店管理系统设计分析5 2.1 需求分析5 2.2 模块划分7 2.2.1 用户输入模块7 2.2.2 账号信息管理7 2.2.3 顾客就餐管理8 2.2.4 顾客住宿管理8 2.3 数据库设计9 3 应用程序设计应用程序设计12 3.1 程序结构12 3.2 程序开发模式13 3.2.1 三层架构的定义以其优点13 3.3 程序部分代码14 3.3.1 表示层部分代码