摘 要:计算机中心上机收费系统是典型的信息管理系统(MIS),其设计主要包括后台数据库的建立和前端应用程序的开发。在功能上, 该系统允许对学生信息进行注册、删除、编辑并打印上机卡,对上机卡丢失的同学或不再使用这张卡的同学记录进行删除。管理员通过浏览数据表能查询学生上机的费用,还能对其账目进行管理。 系统在设计时,使用Access数据库技术建立数据一致性和完整性强的数据库,在VB环境下编写应用程序并构建功能完备、易使用的窗体。系统利用ADO控件连接数据库,以提高系统的作效率。
关键词:ADO,窗体,Access,数据库,控件
The Charge System of Operating Computers in Computer Centers
Abstract: The charge system of operating computers in computer centers is a typical management information system (MIS). The design of this system mainly includes the backstage data base building and the head application program development. This system permits student’s information registering, deleting, editing and printing the card of operating computers, and deleting the record of some students whose cards are lost. The managing persons can query student’s expenses of operating computers by browsing data table and also manage student’s accounts. In the process of designing this system, a database whose data is identical and integrated is built by using Access database. The application program is compiled Access database. The application program is compiled and the form with perfect functions and convenience is built on the base of VB. This system makes use of ADO control and connects the database to improve its operating efficiency.
Keywords: ADO; Form; Access; Database; Control
目 录
1 引言 1 2系统需求分析 2 2.1系统功能需求 2 2.2数据库需求分析 2 3系统设计 4 3.1系统概要设计 4 3.2系统目标设计 4 3.3系统功能模块图 4 3.4数据库概念结构设计 5 3.5数据库逻辑结构设计 5 3.6系统设计概况 6 4系统程序实现 6 4.1开发环境Visual Basic 6.0简介 6 4.2在Visual Basic 6.0中创建数据库 6 4.3 VB与ACCESS的连接 6 4.4系统主要界面的实现 6 4.5系统主要功能模块的实现 6 4.6系统测试 6 5结束语 6 参考文献 6 Abstract 6 致谢 6 1 引言
随着社会不断向前发展,计算机技术的益更新,越来越多的人们注重加强对计算机知识的学习,为了满足学校学生的需求,学校计算机中心实验室实行对外开放,实行计时收费。随着上机人数的增多,计算机中心实验室的管理成了一个非常困难的问题。首先,人工计时收费是非常繁琐的一项工作,耗费人力物力,而且容易出错;最后的统计工作更是一项费时费力的苦差事,甚至不能统计。其次,上机过程中,计算机中心实验室需要许多值班人员值班,耗费了管理人员的很多时间。 为了适应当前计算机中心实验室管理自动化的需求,开发了一套计算机中心实验室自动收费管理系统,它的最主要功能就是实现计算机中心实验室管理的自动化和现代化,学生上机自动按学生上机时间结算费用。它能对学生信息进行注册、删除、更改、并能查询学生上机的费用,还能对其账目进行管理。
 |