论文首页哲学论文经济论文法学论文教育论文文学论文历史论文理学论文工学论文医学论文管理论文艺术论文 |
物资信息管理系统
目 录
前 言 1
1 背景知识 2
1.1 管理信息系统概述 2
1.2 国内外现状 2
1.2.1 国外现状 2
1.2.2 国内现状 2
1.3 物资管理信息系统 3
1.4 系统运行环境 3
2 开发环境及相关技术 4
2.1 开发环境以及开发工具 4
2.2 VISUAL BASIC 6.0简介 4
2.2.1 Visual Basic 6.0的编程特点 4
2.2.2 Visual Basic访问数据库的方法概要 4
2.3 SQL SERVER 2000简介 4
2.4 关系数据库 5
2.4.1 关系数据库介绍 5
2.4.2 E-R模型 5
2.5 ODBC原理 6
3 需求分析 7
3.1 系统功能需求分析 7
3.2 数据库需求分析 7
3.3 系统各模块功能分析 7
3.4 数据流图描述 8
4 系统设计 12
4.1 系统功能模块设计 12
4.2 系统数据库设计 12
4.2.1 数据库概念结构设计 12
4.2.2 数据库逻辑结构设计 14
5 数据库结构的实现 17
5.1 创建数据库和数据表 17
5.2 设置SQL SERVER 2000 18
5.3 创建ODBC 19
5.4 实现数据库表间的联系 19
5.5 数据库的相关操作及执行 19
6 详细设计 22
6.1 ADO的连接 22
6.2 系统主窗体的创建 24
6.3 系统用户管理模块的创建 25
6.4 物资基本信息模块的创建 26
6.4.1设计思想 26
6.4.2 添加物资基本信息窗体的创建 26
6.4.3 修改物资基本信息窗体的创建 29
6.4.4 删除物资基本信息 31
6.4.5 查询物资信息的窗体 31
6.5 入库信息模块的创建 32
6.5.1 设计思想 33
6.5.2 添加物资入库信息窗体的创建 33
6.5.3 修改物资入库信息窗体的建立 37
6.5.4 删除物资入库信息 38
摘要:物资信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据1致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
本系统使用MICROSOFT公司的VISUAL BASIC做为开发工具,利用其提供的各种面向对象的开发方法,尤其是数据窗口这1能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后再组建好相对应的数据库模型,对初始系统进行需求分析,不断修正和改进,直到形成用户满意的可行系统。这里面主要注重到了系统的安全性.实用性等方面的内容
本系统的主要应用于1般工业、商业企业生产管理中。它能够实现对物资基本信息,物资入库、出库信息进行输入、修改、查询等功能,对于物资余额也有查询、浏览功能。
关键字:物资信息管理系统;控件;窗体;域;ADO;SQL
The information management system of goods and materials
Abstract:The system of managing materials information is a typical MIS. It mainly includes two aspects: the foudation and maintenance of background database and the exploitation of foreground application. To the foundation and maintenance of background database, it is required to establish a safe and integrated base which has the consistence with data;To the latter one,it should have all kinds of function and it can be used conveniently.
The system uses Microsoft visual basic as a development tool companies, Its use of object-oriented development methodologies, This data can be particularly convenient and concise window manipulation database intelligent audiences, First prototype application system in a short time, then the database should be set up relatively good model, Of the initial system requirements analysis, and constantly revised and improved, Until the formation of a viable system of user satisfaction. This involves a major focus on the security of the system. Relevance of the content.