成绩单公证信息管理查询系统.doc

约53页DOC格式手机打开展开

成绩单公证信息管理查询系统,页数 53 字数 15242内容摘要本文主要介绍了中国 某大学教务处的的具体设计,开发的过程,以及其中涉及的一些具体问题。 该系统是一个基于关系数据库的信息管理系统,其主要利用visual basic的数据控件来实现对程序和数据库系统的连接,并完成信息输入,编辑和删除...
编号:10-28068大小:561.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 张阳阳 发布

成绩单公证信息管理查询系统

页数 53 字数 15242

内容摘要
本文主要介绍了中国 某大学教务处的成绩单公证信息管理查询系统的具体设计,开发的过程,以及其中涉及的一些具体问题。 该系统是一个基于关系数据库的信息管理系统,其主要利用Visual Basic的数据控件来实现对程序和数据库系统的连接,并完成信息输入,编辑和删除等操作。还可以通过调用打印机来输出文本报表和收费收据,并利Visual Basic对文件的操作和对注册表的操作,完成对数据库的备份和系统设置的保存。本文还简单介绍了面向对象的开发环境Visual Basic和关系数据库开发工具Access2002 的主要特点和功能。最后在附录中给出了系统的具体流程图以及程序的详细源程序清单。

关键字:信息处理,Visual Basic,Access,关系数据库,数据控件

Abstract
This paper mainly introduces the specific process for developing information of notarization for school report management system, which is designed for the Didactical Office of University of Science & Technology of China. Some other concrete problems concerned are also available. This informational management system, which is based on relation database, makes uses of data controlling part of Visual Basic to realize the connection between the procedure and database system, and finish several operations, from inputting, editing to deleting information, etc. It can output text report forms and charge receipts through printer. By using Visual Basic to operate registration table and file, this system also offers the ability of backuping the database and saving the settings of system. The paper also introduces briefly the major features and functions of Visual Basic, and Access2002. Finally, Appendix provides the diagram about the working process of this informational system, as well as the specific program of this program.
Key Words: Information management, Visual Basic, Access, Data controls, Relation Database
目 录
内容摘要 2
Abstract 3
引 言 4
第一章 总 体 设 计 5
1.1 题目来源 5
1.2 选择方案 5
1.2.1编程环境的选择 5
1.2.2关系型数据库的实现 6
1.2.3两者的有机结合 6
1.3系统运行环境 7
1.4 其他 7
第二章 Visual Basic及Access2002 概述 8
2.1 Visual Basic 语言特点 8
2.2 Visual Basic 6.0 的新功能和新特点 9
2.3 Access 2002 特点 11
2.4 Access 2002 的新增功能 11
第三章 成绩单公证信息管理查询系统的分析和设计 13
3.1 成绩单公证信息管理查询系统的设计分析与概要分析 13
3.1.1输入模块 14
3.1.2检索统计模块 14
3.1.3编辑模块 15
3.1.4其他模块 15
3.2 成绩单公证信息管理查询系统的的数据库设计分析 16
第四章 成绩单公证信息管理查询系统的具体实现 19
4.1 用户界面的实现 19
4.1.1 封面 22
4.1.2 主界面 22
4.1.3 帮助界面 23
4.2 系统模块的具体实现 25
4.2.1 输入模块 26
4.2.2 检索统计模块 29
4.2.3 编辑模块 32
4.2.4 其他模块 33
4.3 数据库与 Visual Basic 的连接 37
结 束 语 38
参 考 文 献 39
附录一:系统的详细程序流程图 40
附录二:部分程序清单 41

参 考 文 献
[1] 《Visual Basic 6.0 中文版入门与提高》

主编: 张树兵 戴红 陈哲
出版社:清华大学出版社
1999 年 6 月第一版 2002 年 2 月 第 13 次印刷

[2] 《新概念 Access 2002 教程》

主编: 刘胜雷
出版社:北京科海集团公司
2001 年 11 月第一版 2001 年 11 月 第 1 次印刷

[3] 《Visual Basic 6.0 实用数据库编程》

主编: 张志龙
出版社:中国科学技术大学出版社
2000 年 1 月第一版 2000 年 1 月 第 1 次印刷

[4] 《Database Access with Visual Basic》

主编: Jeffery P. McManus
出版社:电子工业出版社
1999 年 3 月第一版 1999 年 7 月 第 2 次印刷

[5] 《Database Design and Programming ——with Access,SQL and Visual Basic》

主编:John Carter 著
出版社:电子工业出版社
2001 年 2 月第一版 2002 年 2 月 第 1 次印刷