1、 学生管理信息系统是典型的管理信息系统(MIS),其开发主要包括后台数 据库的建立和维护以及前端应用程序的开发两个方面。 对于前者要求建立起数 据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功 能完备,易使用等特点。 本文介绍了利用 Visual Basic 6.0 与 Access 相结合的策略开发一个管理 信息系统的过程。在这里通过分析某一学校学生管理的不足,创建了一套行之 有效的计算机管理学生信息的方案。 文章主要介绍了学生管理信息系统的四个 个部分:系统概述部分包括系统需求和设计背景等;系统分析部分分析了实体 联系图和功能层次图;系统设计部分主要介绍了系统结构设计和
2、数据库设计 等;代码分析与实现部分主要介绍一些重要的窗口及一些比较重要的代码。 关键词:管理信息系统、学生管理、数据库、Visual Basic 6.0 毕毕 业业 论论 文文 外外 文文 摘摘 要要 Title Student Management Information System Abstract Student Management Information System is a typical management information system (MIS), including the development of the main background of the es
3、tablishment and maintenance of database and application development front-end aspects. For the former requirement to establish data consistency and integrity, and data security database. For applications which require full-featured and easy to use and so on. This article describes the use of Visual
4、Basic 6.0 and Access strategy for the combination of a management information system development process. Here through the analysis of a shortage of school management to create a set of effective management of student information computer program. The article mainly introduces the student management
5、 information system in four parts: an overview of some of the system, including system requirements and design background; analysis analyzes physical contact maps and functional-level plans; system design introduced some of the major system design and database structure design, etc. ; code analysis
6、and the realization of some of the main window to introduce some important and some of the more important of the code. Keywords:MIS Student Management Data-base Visual Basic 6.0 2 目 次 1 引言 .1 2 系统概述 .1 2.1 系统需求及可行性分析 2 2.1.1 系统需求 .2 2.1.2 可行性分析 .2 2.2 系统设计的背景 3 3 系统分析 .3 3.1 实体联系图 3 3.2 功能层次图 4 4 系统设计 .5 4.1 系统结构设计 5 4.1.1 系统方案确定 .5 4.1.2 系统结构设计 .5 4.2 数据库设计 6 4.2.1 涉及的数据库表 .6 4.2.2 表的物理结构 .6 4.3 系统的界面设计 8 4.3.1 系统登录界面及主界面设计 .8 4.3.2 系统管理模块界面设计 .9 4.3.3 学籍管理模块界面设计 .10 4.3.4 班级管