人事档案管理制度系统的设计与实现.doc
文本预览下载声明
大庆师范学院
本科生毕业论文
人事档案管理系统的设计与实现
2008 年 5 月 30 日
摘要
人事档案信息管理系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和维护以及前台应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强,数据安全性好的数据库;对于后者则要求应用程序具有功能完备,使用简单等特点。
本系统的开发,采用B/S架构,开发平台是Asp,后台数据库是Access数据库,采用Microsoft最新的数据库访问技术ADO,可以在短时间内建立系统应用原型,然后对原型系统进行需求迭代,不断修正和改进,直到形成功能完善、界面友好、实用性强的应用系统。
企业人事档案管理系统的功能模块分为单位管理、人员管理、人员查询、用户管理;该系统的主要实现过程包括数据表的设计、实现流程以及程序的编写思路。
关键词:Asp;Access;面向对象;ADO;管理信息系统
Abstract
The system of managing employee archives 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.
The development of the system, using B / S architecture, development platform is Asp, background database is the Access database, using the latest Microsoft Access database technology ADO, in a short period of time to establish systems of the prototype, and then demand the prototype system iteration, Constantly revised and improved, until a comprehensive, user-friendly, practical applications.
Enterprise personnel file management system is divided into units of the functional module management, personnel management, staff enquiries, user management; the systems main process, including the design of data tables, processes and procedures to achieve the preparation of ideas.
Key words: Asp;Access;Object Oriented; ADO; MIS.
目录
1 前 言 1
1.1系统研发的目的及意义 1
1.2系统研发的必要性 1
1.3系统开发可行性分析 2
1.3.1社会可行性 2
1.3.2经济可行性 2
1.3.3技术可行性 2
2 系统开发工具 3
2.1 B/S架构 3
2.2 ASP技术 3
2.3 Access数据库 4
3 需求分析 5
3.1功能模块 5
3.2系统开发工具与数据库 6
3.3数据流图 6
4 系统总体设计 8
4.1建立与数据库的连接 8
4.1.1 ODBC技术 8
4.1.2创建ODBC链接 8
4.2系统数据库设计 9
4.2.1系统E-R图设计 9
4.2.2数据库表结构设计 10
4.3系统总体结构与功能 11
4.4系统主要功能设计 14
4.4.1系统客户端功能分析 14
4.4.2系统管理功能分析 17
4.5程序设计 17
4.5.1数据库连接 17
4.5.2定义记录集 18
5 系统测试与维护 19
5.1系统测试 19
5.2系统维护 21
结束语 22
参考文献 23
致 谢 24
1 前 言
在传
显示全部