企业工资管理系统vb+access.rar
企业工资管理系统vb+access,企业工资管理系统vb+access1.4万字26页论文+任务书+系统摘要开发企业工资管理系统的目的就是为了帮助企业财务部门能更好地管理本企业的员工工资,提高工作效率,实现企业工资信息管理的规范化和自动化。本系统使用visual basic编程语言,采用access作为数据库,主要使用visual basic中的ado ...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 天缘 发布
企业工资管理系统VB+ACCESS
1.4万字 26页
论文+任务书+系统
摘要
开发企业工资管理系统的目的就是为了帮助企业财务部门能更好地管理本企业的员工工资,提高工作效率,实现企业工资信息管理的规范化和自动化。
本系统使用Visual Basic编程语言,采用Access作为数据库,主要使用Visual Basic中的Ado Data控件来对数据库进行各种操作。使用Ado Data控件操作简单,可以使用最少的代码创建数据库应用程序。而对数据库的操作,既可以使用Ado Data控件直接进行,也可以使用Ado Data控件结合代码操纵。
本系统实现了一般工资管理系统对员工工资信息的浏览、添加、删除、修改和查询功能,能够完成对员工当月工资的结算,节省了大量的人工操作的工作量,自动完成众多的信息处理,减少了数据出现错误的几率,加强了工资记录的安全性和完整性。
关键词:工资管理,VB,ADO
Abstract
The purpose of developing wages management system is to help financial department manage wages better, to increase work efficiency and to realize standard, automation of business wages management.
This system is designed based on Visual Basic 6.0 and Access 2000, Ado data control is used for Visual Basic proceeding database in every kind of operation. The usage of Ado Data is simple. it can use the minimal code to create database application procedure. We can use Ado Data control to operate database, and can use it with the help of codes to manipulate database.
This system realizes the function of wage information’s looking up, adding, deleting and inquiring. it can count the employee’s wages for every month. This system can save much work and finish work automatic, it can reduce mistakes and strong the safety and integrity of wages.
Keywords:Wages management, VB, ADO
目 录
摘要 ………………………………………………………………………………… 1
Abstract …………………………………………………………………………… 2
第一章 引言 ……………………………………………………………………… 3
1.1 背景 ………………………………………………………………………… 3
1.2 系统介绍 …………………………………………………………………… 3
第二章 使用Ado Data控件操纵数据库…………………………………… 4
2.1 为使用Ado Data控件做好准备 ………………………………………… 4
2.1.1 引入 Ado Data控件到VB项目 ……………………………………………… 4
2.1.2 控件的主要属性、事件和方法 ……………………………………………… 4
2.2 Ado Data控件直接操纵数据库 ………………………………………… 8
2.2.1 连接数据库 ……………………………………………………………………… 8
2.2.2 移动记录 ……………………………………………………………………… 10
2.2.3 增、删、改记录 ………………………………………………………………… 11
2.3 Ado Data控件结合代码操纵数据库 …………………………………… 11
2.3.1连接数据库 …………………………………………………………………… 11
2.3.2 移动记录 ……………………………………………………………………… 12
2.3.3 增、删、改记录 ………………………………………………………………… 13
第三章 软件设计 ………………………………………………………………… 15
3.1 功能分析 ……………………………………………………………………… 15
3.2 模块分析 ……………………………………………………………………… 15
3.3 数据库设计 …………………………………………………………………… 16
3.3.1 数据库需求分析 ………………………………………………………………… 16
3.3.2 实现数据库 ………………………………………………………………… …… 17
3.4 建立公共模块 ………………………………………………………………… 19
3.5 建立窗体 ……………………………………………………………………… 20
3.5.1 添加主窗体 ……………………………………………………………………… 20
3.5.2 建立登录窗体 …………………………………………………………………… 21
3.5.3 建立部门信息窗体 ……………………………………………………… 23 3.5.4建立查询员工工资窗体 ………………………………………………………… 26
第四章 系统小结 ………………………………………………………………… 27
参考文献…………………………………………………………………………… 26
附录 …………………………………………………………………………………… 30
参考文献
[1] 刘萌,周学明,郭安源,《Visual Basic企业办公系统开发实例导航》,人民邮电出版社,2003
[2] 求是科技,《Visual Basic 6.0 数据库开发技术与工程实践》,人民邮电出版社,2004
1.4万字 26页
论文+任务书+系统
摘要
开发企业工资管理系统的目的就是为了帮助企业财务部门能更好地管理本企业的员工工资,提高工作效率,实现企业工资信息管理的规范化和自动化。
本系统使用Visual Basic编程语言,采用Access作为数据库,主要使用Visual Basic中的Ado Data控件来对数据库进行各种操作。使用Ado Data控件操作简单,可以使用最少的代码创建数据库应用程序。而对数据库的操作,既可以使用Ado Data控件直接进行,也可以使用Ado Data控件结合代码操纵。
本系统实现了一般工资管理系统对员工工资信息的浏览、添加、删除、修改和查询功能,能够完成对员工当月工资的结算,节省了大量的人工操作的工作量,自动完成众多的信息处理,减少了数据出现错误的几率,加强了工资记录的安全性和完整性。
关键词:工资管理,VB,ADO
Abstract
The purpose of developing wages management system is to help financial department manage wages better, to increase work efficiency and to realize standard, automation of business wages management.
This system is designed based on Visual Basic 6.0 and Access 2000, Ado data control is used for Visual Basic proceeding database in every kind of operation. The usage of Ado Data is simple. it can use the minimal code to create database application procedure. We can use Ado Data control to operate database, and can use it with the help of codes to manipulate database.
This system realizes the function of wage information’s looking up, adding, deleting and inquiring. it can count the employee’s wages for every month. This system can save much work and finish work automatic, it can reduce mistakes and strong the safety and integrity of wages.
Keywords:Wages management, VB, ADO
目 录
摘要 ………………………………………………………………………………… 1
Abstract …………………………………………………………………………… 2
第一章 引言 ……………………………………………………………………… 3
1.1 背景 ………………………………………………………………………… 3
1.2 系统介绍 …………………………………………………………………… 3
第二章 使用Ado Data控件操纵数据库…………………………………… 4
2.1 为使用Ado Data控件做好准备 ………………………………………… 4
2.1.1 引入 Ado Data控件到VB项目 ……………………………………………… 4
2.1.2 控件的主要属性、事件和方法 ……………………………………………… 4
2.2 Ado Data控件直接操纵数据库 ………………………………………… 8
2.2.1 连接数据库 ……………………………………………………………………… 8
2.2.2 移动记录 ……………………………………………………………………… 10
2.2.3 增、删、改记录 ………………………………………………………………… 11
2.3 Ado Data控件结合代码操纵数据库 …………………………………… 11
2.3.1连接数据库 …………………………………………………………………… 11
2.3.2 移动记录 ……………………………………………………………………… 12
2.3.3 增、删、改记录 ………………………………………………………………… 13
第三章 软件设计 ………………………………………………………………… 15
3.1 功能分析 ……………………………………………………………………… 15
3.2 模块分析 ……………………………………………………………………… 15
3.3 数据库设计 …………………………………………………………………… 16
3.3.1 数据库需求分析 ………………………………………………………………… 16
3.3.2 实现数据库 ………………………………………………………………… …… 17
3.4 建立公共模块 ………………………………………………………………… 19
3.5 建立窗体 ……………………………………………………………………… 20
3.5.1 添加主窗体 ……………………………………………………………………… 20
3.5.2 建立登录窗体 …………………………………………………………………… 21
3.5.3 建立部门信息窗体 ……………………………………………………… 23 3.5.4建立查询员工工资窗体 ………………………………………………………… 26
第四章 系统小结 ………………………………………………………………… 27
参考文献…………………………………………………………………………… 26
附录 …………………………………………………………………………………… 30
参考文献
[1] 刘萌,周学明,郭安源,《Visual Basic企业办公系统开发实例导航》,人民邮电出版社,2003
[2] 求是科技,《Visual Basic 6.0 数据库开发技术与工程实践》,人民邮电出版社,2004