计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

企业重要办公数据信息管理系统设计-VB(论文+系统

2014-03-27 01:04
导读:企业管理论文论文,企业重要办公数据信息管理系统设计-VB(论文+系统在线阅读,教你怎么写,格式什么样,科教论文网提供各种参考范例: 企业重要办公数据信息管理系统设计-VB(论文+系统

企业重要办公数据信息管理系统设计-VB(论文+系统+开题报告+答辩PPT)

--------------摘要--------------

随着科学技术的迅猛发展和管理水平的不断提高,计算机已经被广泛应用于日常管理之中,它的运用不断改进着管理模式,使管理日趋程序化、规范化、现代化。对一个企业来说,为了使数据在企业中能更有效的被利用、被管理,引入计算机辅助管理已是一种必然,企业管理信息系统的开发迫在眉睫,其中为企业实施全面质量管理,落实技术经济责任制提供及时、准确、可靠和一致的信息,企业数据信息管理系统成为企业管理系统中的重要组成部分。
本系统主要实现了以下功能①数据录入:用户按照所需要的工程规格输入条件,系统根据条件按照最底层数据表计算出本次操作所需的数据加载到事先设置好的空数据表中。②数据查询:用户给定查询的数据条件,系统在查询DBGird中示出查找到的数据。同时可把数据添加到专用表,进行多工程的数据管理。③数据汇总和报表功能:根据企业实际要求出汇总的数据的报表显示,同时汇总完成的信息可以打印成报表,用于文件存档或者便于企业管理者管理数据信息。④物理表管理:对物理表进行添加、修改、备份和删除等工作,便于数据库的长期正常运行。⑤系统权限维护:在登陆进系统时有权限的要求,高级的权限可以管理低级的权限,加强了企业信息的保密工作。
本系统的开发使用 MICROSOFT公司的 VISUAL BASIC作为开发工具,利用其提供的各种面向对象的开发工具,尤其是数ADO技术能方便而简洁操纵数据库,通过这些技术在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成了这个用户满意的可行系统。

(科教范文网http://fw.nseac.com)


关键字:管理系统、工程、控件、ADO。

 

-------------ABSTRACT--------------
With science and technology swift and violent development and constant improvement of the management level, the computer has already widely used in everyday control, its application updates the management mode, enable managing the procedure , standardizes , modernization day by day. To an enterprise, for make data can a valid one utilize , manage among enterprise, it has already been a kind of necessity to introduce the computer-aided management, the development of the management information system of enterprises is extremely urgent , among them implement the total quality control for enterprises , implement the technological economic responsibility system and offer prompt , accurate , reliable and unanimous information, enterprise's data information management system becomes the important component in enterprise's administrative system
This system has realized the following function mainly ①The data are input: Users input the condition according to the project specifications needed, system is it operate according to terms necessary data is it get in advance setting up kind empty data listing to load this time to calculate out according to the bottom data list. ②The data are inquired about: Users give the data terms inquired about definitely, the system shows the data that finds out in inquiring about DBGird. Add the data to the special-purpose form at the same time, carry on the data management of many projects. ③The data are gathered and report form function: Demand according to enterprise report form of data gathered to appear show message finished to gather at the same time can be typed into a report form actually, used in the file files or a convenient enterprise's administrator manages the information of the data④Watch manages physics: Go on add , revise , back up and work of deleting etc. to physics form , benefit the long-term normal running of the database. ⑤The systematic authority is safeguarded: There is a demand for the authority while landing and entering the system , can manage the low-grade authority in advanced authority , have strengthened the security work of enterprise's information

The development of this system uses VISUAL BASIC of MICROSOFT Company to utilize its various kinds of target -oriented developing instruments offered as the developing instrument, count ADO technology can convenient succinct to handle database , set up through technology the system use the prototype within short time especially, then, carry on the demand to change and take the place of to the initial prototype system , is revising and improving constantly, until forming the feasible system that this user is satisfied with.

Keyword:Administrative system , project , controlling part,ADO

 

目录 (转载自中国科教评价网www.nseac.com )
摘要
ABSTRACT
前言
第一章 课题来源 1
1.1 来源介绍 1
第二章 可行性分析 2
2.1经济可行性 2
2.2技术可行性 2
第三章 需求分析 3
3.1功能需求 3
3.2结构需求 3
第四章 系统开发工具简介 4
4.1 本系统采用的开发工具Visual Basic 说明 4
4.2面对对象的编程 4
4.2.1面向对象程序设计的主要优点 4
4.3控件和窗体 5
4.4事件和方法以及事件驱动应用程序的工作方式 5
4.5数据库实现技术简介 5
4.5.1新建一个数据库 6
4.5.2 修改已建的数据库 6
4.5.3实现数据库之间的联系 6
第五章 系统设计 8
5.1系统功能 8
5.2功能模块图 8
5.2.1四个模块做具体说明 9
5.3使用ADO、DAO和Data控件实现数据库的各个模块之间的联系 9
5.4使用DBGrid控件来显示各个模块中的数据 11
5.5数据库的实现 12
5.5.1数据库分析 14
5.5.2数据表的构成 14

上一篇:心中有巨人——对企业人力资源管理系统思考的 下一篇:没有了