1、库存管理系统的库存管理系统的设计设计与与开发开发 【摘【摘 要】要】库存管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库 的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起一个数据一致性 和完整性强、数据安全性好的库;而对于后者则要求应用程序具有功能完备、易使用等 特点。 经过分析以上情况,我采用微软公司的Visual C#.NET作为前端应用程序开发工具, SQL Server 2000建立后台数据库,在本次毕业设计中开发了这套库存管理系统。本系统 利用Visual C#.NET提供的各种面向对象的开发工具,尤其是ADO,能方便而简洁地实现 应用程序和数据库的互访
2、,是一款能让用户满意的可行系统。 【关键词关键词】库存管理;ADO;面向对象;数据库 Abstract:Inventory management system is a typical management information system (MIS) , Which mainly includes database creation and maintenance, and front-end application development aspects. The former requires a strong consistency and integrity of data, a
3、nd data with good security; while the latter requires the application functional, easy to use and so on. After analyzing of the above, I use Microsofts Visual C #. NET as a front-end application development tool, SQL Server 2000 establishing the background database, to develop the inventory manageme
4、nt system in this graduation project. The system uses a variety of object-oriented development tools which Visual C #. NET Provides, especially the ADO, which can be simple and easy to manipulate the database, so it is a viable system which allows the users satisfaction. Key words: Inventory Management; ADO; Object-oriented; Database 目目 录录 引言 . 1 一、系统分析 . 1 (一)选题的背景 1 (二)系统需求分析 1 (三)可行性分析 2 (四)系统的开发及功能描述 4 (五)系统逻辑模型 5 二、系统设计 . 7 (一)系统总体结构设计 7 (二)数据库设计 8 (三)系统功能模块的详细设计 9 三、系统实现 . 15 四、系统开发