1 / 47
文档名称:

vb+access学生学籍管理系统设计论文.doc

格式:doc   页数:47
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

vb+access学生学籍管理系统设计论文.doc

上传人:36296518 2014/5/17 文件大小:0 KB

下载得到文件列表

vb+access学生学籍管理系统设计论文.doc

文档介绍

文档介绍:摘要
学生学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
经过分析,我使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:
控件窗体域
ABSTRACT
The system of managing student file is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
By looking up lots of datum, I selected Visual Basic presented by Microsoft because of its objective tools in Win32. VB offered a series of ActiveX operating a database. It can give you a short cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.
Keywords:
ActiveX Form Field
目录
前言………………………………………………………………………………1
第一章系统概述………………………………………………………………2
开发背景………………………………………………………………………2
学籍管理系统概述……………………………………………………………2
开发环境及开发工具介绍……………………………………………………3
Visual Basic ……………………………………………3
SQL Server 2000 简介………………………………………………5
ADO对象概述………………………………………………………7
Visual Basic ……………………………9
第二章系统总体规划…………………………………………………………9
数据库设计…………………………………………………………………9
系统流程图…………………………………………………………………11
………………………………………………………………12
第三章系统具体实现………………………………………………………12
准备工作……………………………………………………………………12
模块设计……………………………………………………………………12
用户界面的实现……………………………………………………………13
登陆界面(frmlogin)………………………………………………… 13
MDI主窗体(frmmain)………………………………………………15
用户管理窗体(frmmanage)…………………………………………18
修改密码窗体(frmchgPWD)…………………………………………24
浏览学生信息窗体(frmstu)…………………………………………36
(frmAddstu)………………………………37
…………………………………………………………38
报表功能模块…………………………………………………………39
第四章心得体会……………………………………