摘 要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了库存管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了Visual Basic编程环境和Access数据库管理系统的功能特点,库存管理系统是企业物流管理中不可或缺的一部分。
关键词:库存管理,数据库,信息管理,VB
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, VB
目 录
——————————————————————————————————————————
第一章 绪论区 ………………………………………………………………………… 2
1.1管理信息系统的概述 ………………………………………………… 2
1.2数据库应用系统开发简介 ……………………………………………… 3
1.3库存管理系统 ………………………………………………………… 4
1.3.1国内外同类管理软件的研究现状与发展趋势 ……………… 7
1.3.2库存管理系统研究背景与意义 ………………………………… 9
第二章 数据库理论基础 ……………………………………………………………… 10
2.1数据库系统设计 ………………………………………………………… 10
2.2SQL语言介绍 ……………………………………………………………… 15
2.2.1SQL基础 ………………………………………………………… 18
2.2.2SQL语句 ……………………………………………………… 20
第三章 应用系统开发工具 ………………………………………………………… 22
3.1 Visual Basic简介及实现原理 ………………………………………… 22
3.2 数据库组件介绍 ……………………………………………………… 27
3.3 SQL语言在VB中的应用 ………………………………………………… 31
3.4Access2000简述 ………………………………………………………… 32
第四章 库存管理系统设计分析 …………………………………………………… 35
4.1需求分析 ………………………………………………………………… 35
4.2模块划分 ………………………………………………………………… 36
4.3数据库设计 ……………………………………………………………… 36
第五章 应用程序设计 ………………………………………………………………… 38
5.1程序结构 ………………………………………………………………… 39
5.2程序源代码 ……………………………………………………………… 40
第六章 设计总结 ……………………………………………………………………… 42
谢 辞 …………………………………………………………………………………… 43
参考文献 ………………………………………………………………………………… 44
第一章 绪论
库存管理系统是一个企事业单位不可缺少的一部分,它的内容对于企业的决策者和管理者来说都是至关重要的,因此,库存管理系统应该能够为用户提供充足的信息和快捷的查询手段,但一直以来人们使用传统的人工方式管理库存,这种管理方式存在着许多缺点,诸如效率低,保密性差等,而且时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
随着科学技术的不断提高,计算机科学不断发展,其强大的功能已经被人们深刻认识,它已经进入了人类社会的各个领域并发挥着越来越重要的作用。
作为计算机应用的一部分,使用计算机对产品库存信息进行管理,具有着人工管理无法比拟的优点,它检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等,可减少更多的人力物力,这些都能够极大地提高货品库存的管理效率,也是企业库存管理科学化、正规化,与世界接轨的重要条件。因此,开发一个库存管理系统是很有必要的,具有其特有的技术意义和管理意义。