基于SQL-SERVER的库房管理系统开发点击下载
范文字数:9286
【摘 要】库房管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起一个数据一致性和完整性强、数据安全性好的库;而对于后者则要求应用程序具有功能完备、易使用等特点。
经过分析以上情况,我采用微软公司的Visual C#.NET作为前端应用程序开发工具,SQL Server 2008建立后台数据库,在本次文档设计中开发了这套库存管理系统。本系统利用Visual C#.NET提供的各种面向对象的开发工具,尤其是ADO,能方便而简洁地实现应用程序和数据库的互访,是一款能让用户满意的可行系统。
【关键词】库存管理;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, and data with good security; while the latter requires the application functional, easy to use and so on.
After analyzing of the above, I use Microsoft's Visual C #. NET as a front-end application development tool, SQL Server 2000 establishing the background database, to develop the inventory management 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 user’s satisfaction.
Key words: Inventory Management; ADO; Object-oriented; Database
目 录
引言一、系统分析 (一)项目背景 (二)系统需求分析 (三)可行性分析 (四)系统的开发及功能描述二、系统设计 (一)系统总体结构设计 (二)数据库设计 (三)系统功能模块的详细设计三、系统实现四、系统开发总结参考文献附录致谢
基于SQL-SERVER的库房管理系统开发相关范文