I
中文摘要:学生成绩管理系统是典型的信息管理系统(MIS),
其开发主要包括后台数据库的建立和维护以及前端应用程序的开
发两个方面。对于前者要求建立起数据一致性和完整性强、数据安
全性好的库。而对于后者则要求应用程序功能完备,容易使用等特
点。
本系统主要完成对学生情况和学生成绩的管理,包括数据库中
表的添加、修改、删除等。系统还可以完成对各类信息的浏览、查
询、添加、删除、修改、报表等功能。
系统的核心是数据库中各个表的联系,每一个表的修改都将联
动的影响其它的表,当完成对数据的操作时系统会自动地完成数据
库的修改。查询功能也是系统的核心之一,在系统中即有单条件查
询和多条件查询,也有精确查询和模糊查询,系统不仅有静态的条
件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。
系统有完整的用户添加、删除和密码修改功能,并具备报表打印功
能。
经过分析,我们使用 MICROSOFT 公司的 VISUAL BASIC 开发工具,
利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方
便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用
原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到
形成用户满意的可行系统。
关键词:管理信息系统;数据库;vb6.0;access2000
II
ABSTRACT : Student status result system is development
two aspects that typical information management system, MIS( MIS),
its development includes primarily the background database creates
with support and the front end applies the procedure. Creates to rise to
the former request the consistency of data is strong with the integrity,
the library that the safeness of data like. But request the latter very
much to apply the procedure function complete, easy usage etc.
characteristics.
This system completes primarily to student's circumstance with
the management of student's score, include the database the inside the
watch increase, modify, delete etc. he system can also complete to the
browsing of various information, search, increase, delete, modify,
report etc. function.
System of nucleus is other table in an influence for of relation,
each a modification of watch moving in a table in database that
modification that operation hour system, be to complete the logarithms
according to will complete the database of oneself. Search the function
is also one of the nucleus of the system, having namely in system the
single condition search to search with many conditions, also having the
accurate search to search with blur, system not only contain static
condition search, also have the dynamic born condition search, its
purpose is all for the sake of the convenient consumer to use. System
contain complete consumer increase, delete to modify the function with
the password, the union has the report prints the function.
Through analysis, we use the MICROSOFT company VISUAL
BASIC development tool, making use of its every kind of the tool of
development that provide that face to the object, particularly is
intelligence that the window of data this on canning be convenient but
III
manipulate the database in brief to turn the object, create in the in a
short time first system application prototype, then, start to the
beginning the prototype system proceeds to require with the iteration,
revising continuously with improve, until forming the consumer is
satisfied can row system.
Key words: MIS;database;vb6.0;access2000
IV
目 录
目 录������������������������IV
第一章 绪论 ����������������������1
1.1 开发背景 ����������������������1
1.2 开发环境 ����������������������1
1.2.1 VB6.0 简介 ���������������������2
1.2.2 Microsoft Access 的使用 ���������������2
1.2.3 ADO 的介绍 ��������������������3
1.3 课题的来源 ���������������������3
第二章 系统的需求分析 �����������������4
2.1 总体需求调查 ��������������������4
2.1.1 系统总需求概述 ������������������4
2.1.2 系统目标 ���������������������4
2.1.3 业务总体流程调查如图 2.1 ��������������5
2.2 系统功能调查 �������������������5
2.2.1 系统登陆管理功能 ������������������6
V
2.2.2 查看和修改管理功能 ����������������6
2.2.3 信息录入模块功能管理 ���������������7
2.2.4 查询模块的功能 ������������������8
2.2.5 打印模块的功能 ������������������8
第三章 概要设计 ��������������������9
3.1 系统设计思路 ��������������������9
3.1.1 界面设计 ����������������������9
3.1.2 用户登陆 ����������������������9
3.1.3 学生信息信息内容查询和录入 �������������9
3.1.4 数据库分析 ���������������������9
3.2 设计简述����������������������10
3.2.1 vb 设计的界面简述 �����������������10
3.2.2 Access2000 设计数据库 ���������������10
3.2.3 系统介绍 ���������������������10
3.2.4 运行设计 ���������������������11
3.3 E-R 图 �����������������������12
3.4 系统环境与软件安装�����������������14
3.4.1 硬件环境要求 �������������������14