基于vb学生档案管理信息系统(毕业设计、毕业论文).rar

RAR格式版权申诉手机打开展开

基于vb学生档案管理信息系统(毕业设计、毕业论文),基于vb学生档案管理系统(全套毕业设计加毕业论文)解压之后就能运行程序(安装vb,sql数据库),下载后系统可以修改数据,自己朋友毕业时的心血之血,不便宜卖了。摘要:学生档案管理系统是一个比较古老的应用,在数据库应用刚出现时,就在dos系统下出现了各种版本的学生档案管理系统。从dbaseⅠ到oracle,从单机版到网络...
编号:88-107407大小:2.85M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 陈海峰 发布

基于VB学生档案管理系统
(全套毕业设计加毕业论文)
解压之后就能运行程序(安装VB,SQL数据库),下载后系统可以修改数据,自己朋友毕业时的心血之血,不便宜卖了。
摘要:学生档案管理系统是一个比较古老的应用,在数据库应用刚出现时,就在DOS系统下出现了各种版本的学生档案管理系统。从DbaseⅠ到Oracle,从单机版到网络版,再到后来的三层结构,学生档案管理系统也在不断地随着计算机技术的发展扩充其功能。
由此,可以看出学生档案管理信息系统是应用计算机与信息技术,对学生档案资源进行综合管理的工具。因此它具有手工管理所无法比拟的优点。本次毕业设计所要完成的系统主要是面向所有学生的档案管理的。应用Visual Basic开发工具和SQL 2000数据库管理系统,利用其提供的各种面向对象的开发工具,采用原型法的系统开发方法建立。论文从数据库开发角度对档案管理系统所完成的添加、修改、删除、查询等主要功能进行了需求分析与设计,编写代码进行调试测试,实现了系统的应用。
关键词:学生档案管理系统
Visual Basic 6.0
SQL Server 2000

Title: Student file management system
Abstract:
Student file management system is a relatively ancient applications, database applications in just appears, on the DOS system under the various versions of the Student file management system. From Dbase Ⅰ to Oracle, from stand-alone version to the network, to the subsequent three-tier structure, the student file management system is constantly with the development of computer technology to expand its capabilities.
Therefore, we can see that student file management information system is the application of computer and information technology, student file to the resources to conduct comprehensive management tool. So it has manually management incomparable advantages. The graduation project to be completed by the system is mainly for all student file, Visual basic application development tools and SQL 2000 database management system provided by the use of its object-oriented development tools, a prototype of the System Development Methods. The paper from the perspective of the development of the database management system for file develop the function of adding, editing, deleting, retrieving and other main function of the needs analysis and design. At last debug test of the code is implemented and the system is applied successfully.
Keywords: Student file management system

Visual Basic 6.0
SQL Server 2000

目 录
1引言
1.1 选题的背景和意义 2
1.2 本论文的目的、内容 2
2 系统调研及可行性分析 3
2.1系统分析 3
2.2 可靠性分析概述 3
2.3 技术可行性分析 5
3 知识准备 6
3.1 Microsoft SQL Server概述 6
3.2 创建数据库 8
3.3 创建表 8
3.4 SQL查询语句 9
3.5 ADO对象与数据库访问 11
3.6 ADO对象说明 12
3.7 DataCombo控件(数据组合框控件) 24
3.8 DataGrid控件(数据网格控件) 25
4 SQL数据库详细设计 27
4.1 数据库设计 27
4.2 系统主要界面及代码 28
5 VB数据库的设计 31
5.1 VB数据库的界面 31
5.2 VB数据库的窗体及其设计代码 31
结论 40
致谢 41
参考资料 42