文档介绍:摘要
学籍管理系统是一个典型的信息管理系统(MIS)、其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立数据的一致性和完整性和数据安全性高的库。至于后者要求应用程序-功能完备、易于使用以及其他的特点。
该系统主要完成对学生信息、学生成绩和学校课程安排的管理,包括数据库中表的添加、修改、删除等。系统还可以完成对各类信息的浏览、查询、添加、删除、修改等基本功能。
经分析,使用 Microsoft VB 的开发工具及各种的面向对象的开发工具尤其是数据窗口这简单的简单智能操作,该数据库对象的第一个在短时间内建立该系统应用程序原型,然后,初始原型系统需求的小版本上修改和改进形成的一个可行的制度之前的用户满意度。
关键字:控件、窗体、域、数据库
ABSTRACT
Enrollment management system is a typical information management system (MIS), its development including background database creation and maintenance, and front-end application development in two ways. For the former requirements established data consistency and integrity, and data security good library. As for the latter require the application to a full-featured, easy to use, and other characteristics.
This system is mainly done on student information, student achievement and school curriculum management, including the database table to add, modify, delete, etc. The system can also pleted on all types of information in browse, query, add, delete, modify, and other basic functionality
After analysis, I use Microsoft VB development tool, with its various object-oriented development tools, especially data window this easy simple intelligent manipulation of the database object, the first in a short time to establish the system application prototypes, and then, on the initial prototype systems demand iteration, revising and improving user satisfaction, until the formation of a viable system.
Keywords: ActiveX ,Form,Field ,database
目录
摘要 I
ABSTRACT II
目录 III
第一章绪论 1
系统开发背景 1
系统应用前景 1
系统应用意义 1
系统概述 2
系统设计的原因 2
系统开发目标 2
系统开发思想 2
开发工具简介 2
SQL Server 2000简介 3
Visual Basic 3
ADO对象简述 4
第二章系统整体布局 4
数据库的实现 5
设计流程图 7
系统功能分析 7
第三章软件具体实现 8
准备工作 8
模块设计 8
用户界面实现 9
登陆界面(frmlogin) 9
操作主窗体(frmmain) 10
用户管理模块(frmmanage) 11
修改密码模块(frmchgPWD) 13
浏览学生信息模块(frmstu) 14
添加/修改学生信息模块(frmAdd