目 录
摘要 1
Abstract 2
第一章 应用背景 3
1.1 引言 3
1.2 管理信息的发展历史3
1.3 国内信息发展现状 3
1.4 国内信息发展存在的问题 4
1.5 信息系统开发的紧迫性 4
第二章 ADO技术介绍 6
2.1 ADO的介绍 6
2.2 ADO的使用方法 6
2.3 ADO的三大属性 6
2.3.1 Connection对象 7
2.3.1.1 Connection对象的属性 7
2.3.1.2 Connection对象的方法 7
2.3.2 Recordset对象 8
2.3.3.1 Recordset对象的属性 8
2.3.3.2 Recordset对象的方法 8
2.3.3.3 Recordset对象的事件 10
第三章 系统设计和功能介绍 11
3.1 功能分析 11
3.1.1 员工基本信息 11
3.1.2 员工考勤信息 11
3.1.3 员工调动信息 11
3.2 系统功能模块图 12
3.3 运行主要界面 12
3.3.1 系统管理界面 12
3.3.2 员工基本信息界面 13
3.3.3 员工考勤信息界面 14
3.3.4 员工调动信息界面 16
3.4 部分代码 17
第四章 系统小结 19
参考文献 20
摘 要
企业人事管理是企业管理中的一个重要内容,随着时代的进步,企业也逐渐变得庞大起来。如何管理好企业内部员工的信息,成为企业管理中的一个大问题。在这种情况下,开发一个企业人事管理系统就显得非常必要。
本企业人事管理系统具有如下功能:员工基本信息的录入、修改、查询、删除模块,员工考勤信息和员工调动信息的录入、修改、查询、删除模块,以及系统维护功能。为企业人事管理提供信息咨询,信息检索,信息存取等服务,基本上能够满足现代企业对人事管理的需要。
本系统以VB6.0为开发工具,后台数据库选择ACCESS2000,操作系统为WINDOWS2000。
关键词:人事管理,VB,ADO
Abstract
The management of business enterprise employee is an important part in the management of enterprise. With the development of society, business enterprise becomes larger and larger. How to deal with the information of the employee has become a serious problem for enterprise management. Under this condition, it is necessary to develop a management system of business enterprise employee.
This system includes the following functions: input 、modification 、inquiry and deleting modules for employee’s basic information, input 、modification 、inquiry and deleting modules for employee’s transferring information and the maintaining of the system. At the same time, it can provide service of information consulting information index, and information access. It can meet the needs of employee management in the modern enterprise.
This system is designed for windows2000, the develop language is Visual Basic 6.0, and the database management system is Access2000.
Keywords: Employee Management, VB, ADO
第一章 应用背景
1.1 引言
企业人事管理是企业管理的一个重要内容,随着时代的进步,企业也逐渐变的庞大起来。如何管理好企业内部员工的信息,成为企业管理中的一个大问题。在这种情况下,一个可以规范化,自动化的企业人事管理系统就显得非常必要。
最初的人事管理,都是靠人力来完成的。当企业规模比较小的时候,人力可以完成,随着企业的规模越来越大,企业的员工人数也越来越多,依然维持着人力进行人事管理,必然会造成工作效率低,工作错误增高的问题。
人事管理系统就是把分散的企事业单位的职工信息实行统一,集中,规范的收集管理,建立分类编号管理,电脑存储查询以及防火,防潮,防蛀,防盗等现代化,专业化的管理系统,为企事业单位和职工解除后顾之忧。
企业人事管理系统为企事业单位提供信息咨询,信息检索,信息存取等服务。

您当前的位置:
