vb企业数据信息管理系统.rar

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

vb企业数据信息管理系统,1.1万字31页包括开题报告,中期报告,论文,演示ppt,系统程序-摘要-随着科学技术的迅猛发展和管理水平的不断提高,计算机已经被广泛应用于日常管理之中,它的运用不断改进着管理模式,使管理日趋程序化、规范化、现代化。对一个企业来说,为了使数据在企业中能更有效的被利用、被管理,引入计算机辅助管理已...
编号:98-37625大小:2.56M
分类: 论文>计算机论文

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

内容介绍

原文档由会员 weyue 发布

vb企业数据信息管理系统
1.1万字 31页
包括开题报告,中期报告,论文,演示PPT,系统程序




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



目录
摘要
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
5.5.3管理员表构成 15

第六章 系统具体实现 16
6.1用户界面的实现 16
6.1.1 封面 16
6.1.2 主界面 16
6.3与VB的连接 27
6.4帮助 27
6.5关于系统 27
6.6系统开发的其它方面 28
第七章 结束语及感谢 29
第八章 主要参考文献 30




主要参考文献
[1] Visual Basic 6.0 使用指南,
作者:Bob Reselman , Richard Peasley , Wayne Pruchniak,
出版社:电子工业出版社;
[2] 中文版Microsoft Office 2000 自学通,
作者:Ned Snell,
出版社:机械工业出版社;
[3] Visual Basic 6.0 中文版控件大全,
作者:Microsoft,
出版社;电子工业出版社;
[4] 中文Access 2000 24学时教程,
作者:Craig Eddy ,Timothy Buchanan,
出版社:机械工业出版社;
[5] Visual Basic 6.0 程序设计导学,
作者:刘圣才 ,李春葆,
出版社:清华大学出版社;