摘 要
信息管理系統(tǒng)就是我們常說的MIS(Management Information System),它是一個計算機軟硬件資源以及數(shù)據(jù)庫的人-機系統(tǒng)。經(jīng)過對題目和內(nèi)容的分析,選用了Microsoft公司的ASP.NET開發(fā)工具,由于它提供了用于從數(shù)據(jù)庫中訪問數(shù)據(jù)的強大工具集,使用它可以建立開發(fā)比較完善的數(shù)據(jù)庫操作應用程序,并利用SQL Server2000提供數(shù)據(jù)庫。根據(jù)實際情況,使用快速原型法(Rapid Prototyping)即以少量代價快速地構(gòu)造一個可執(zhí)行的軟件系統(tǒng)模型。以此為基礎,搭建了系統(tǒng)框架,對其下的功能模塊進行了劃分。初步實現(xiàn)了諸如添加、刪除、查詢、修改等功能,并通過權(quán)限控制,為不同的登錄用戶提供不同的功能。其間不斷對系統(tǒng)進行改進和完善,解決了一些在數(shù)據(jù)更新時遇到的問題,并針對系統(tǒng)的不足之處,提出了新的解決方案。
關鍵詞:信息管理系統(tǒng);ASP.NET;面向?qū)ο;原型?/p>
Design and Implementation of a Management Information System for an Enterprise
Abstract
MIS, which is the short name for Management Information System, is the interface between Human and Computer connecting human with the hardware and database. After analyzing the title and content, we decided to utilize the ASP.NET from Microsoft because it provides us a helpful toolkit for the database access. Better database applications based on SQL Server2000 can be designed by utilizing the software. According to the actual situation, the rapid prototyping with less cost and efficiency is used to form the framework. The system framework is constructed and the functional modules are separated based on precious work. The basic functions such as insertion, deletion, search, modification are realized. And different functions can be provided to different clients by right control in the system. Several improvements have been made to deal with the problems which emerge from the data upgrade during the period of development. A new solution is presented in this thesis.
Key words: Management Information System; ASP.NET; Object-oriented; Prototyping