【正文】
另外,通過這次畢業(yè)設(shè)計(jì),我的理論知識(shí)豐富了,實(shí)踐能力也得到了提高。這樣就可以隨時(shí)瀏覽庫(kù)中的信息。一個(gè)管理信息系統(tǒng),在設(shè)計(jì)和編程中沒有任何錯(cuò)誤是不可能的。 此對(duì)話框的功能是添加商品信息,其中商品編號(hào)與商品名稱不可為空,且商品編號(hào)具有唯一性。 登錄界面的實(shí)現(xiàn) 對(duì)話框源程序文件: 調(diào)用的數(shù)據(jù)表: user_Info 說明:此模塊實(shí)現(xiàn)系統(tǒng)登錄,用戶輸入用戶名及密碼后,系統(tǒng)自動(dòng)連接數(shù)據(jù)庫(kù),看其中是否存在此記錄,如果數(shù)據(jù)庫(kù)中不存在與輸入的用戶名及密碼一致的記錄則提示出錯(cuò)信息,如登錄三次均不成功則關(guān)閉數(shù)據(jù)庫(kù),退出界面。 數(shù)據(jù)庫(kù)設(shè) 計(jì) 數(shù)據(jù)庫(kù)在一個(gè)管理信息系統(tǒng)中占有非常重要的地位,數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì)的好壞將直接影響到系統(tǒng)的效率以及實(shí)現(xiàn)的效果。 三、商品信息管理 ( 1)、商品信息的錄入,包括商品編號(hào)、商品名稱、商品規(guī)格、計(jì)量單位和備注信息。經(jīng)過調(diào)查豐和公司大部分認(rèn)為建立 這樣一個(gè)系統(tǒng)確實(shí)可以提高經(jīng)濟(jì)效益。此外它還提供了多種多樣的數(shù)據(jù)庫(kù)訪問技術(shù) — ODBC API、 MFC ODBC、 DAO、 OLE DB、 ADO等。 新管理時(shí)代的中國(guó)企業(yè)管理以建立競(jìng)爭(zhēng)優(yōu)勢(shì),提高企業(yè)競(jìng)爭(zhēng)力為核心。 此階段以單項(xiàng)數(shù)據(jù)處理為主,如財(cái)務(wù)管理、物資管理、工資管理等。 管理信息系統(tǒng)作為各項(xiàng)業(yè)務(wù)、技術(shù)、工作自動(dòng)化及高水平管理的方法和模式 ,正在得到越來越廣泛的應(yīng)用。 關(guān)鍵詞 : 貿(mào)易 管理 管理信息系統(tǒng) 系統(tǒng)開發(fā) 原型法 湖南廣播電視大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)專業(yè)本科畢業(yè)論文 2 Summary The trade pany management system is widely used as a typical MIS. Its development consists two parts: the database server and the application client program .The former requires the consistence and integrity of the database together with the full security of the data’ s sequence. For the latter, the perfect function and easy using is needed. This paper backgrounds on the development of the FengHe electrical trade pany’ s MIS. We develops a type of trade MIS on the base of analyses to nowadays problems on management. Because the demand isn’ t very clear, the Prototyping methods is adopted. The paper is posed by seven chapters: The first chapter is about the meaning of the research of this subject. The second chapter tells you the actuality at home and aboard. The third chapter describes the setting of the development and the key technology that used. The fourth chapter is about the structure of the system and the designing of the models. The fifth chapter shows the realizing of the system and the six chapter gives the testing and analyzing of the ability with the last ends. This subject illustrate the purpose and process of the system thoroughly. Key word: Management of Trade Management Information System System Development Protoyping method 湖南廣播電視大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)專業(yè)本科畢業(yè)論文 3 目 錄 第一章 引 言 ............................................................................................................................. 5 管理信息系統(tǒng)簡(jiǎn)介 ......................................................................................................... 5 本課題研 究的意義 ......................................................................................................... 5 第二章 研究現(xiàn)狀及設(shè)計(jì)目標(biāo) ................................................................................................... 6 國(guó)內(nèi)外現(xiàn)狀 ..................................................................................................................... 6 國(guó)外現(xiàn)狀 ................................................................................................................. 6 國(guó)內(nèi)現(xiàn)狀 ................................................................................................................. 7 管理系統(tǒng)中計(jì)算機(jī)應(yīng)用的新發(fā)展 ......................................................................... 8 系統(tǒng)研究設(shè)計(jì)的目標(biāo) ..................................................................................................... 9 第三章 需要解決的幾個(gè)關(guān)鍵問題 ........................................................................................... 9 編程環(huán)境的選擇 ............................................................................................................. 9 數(shù)據(jù)庫(kù)系統(tǒng)的選擇 ......................................................................................................... 9 開發(fā)方法的確定 ........................................................................................................... 10 組織基礎(chǔ) ....................................................................................................................... 10 技術(shù)基礎(chǔ) ....................................................................................................................... 11 第四章 系統(tǒng)結(jié)構(gòu)與模型設(shè)計(jì) ............................................................................................... 11 系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì) ....................................................................................................... 11 系統(tǒng)功能分析 ....................................................................................................... 11 系統(tǒng)功能模塊設(shè)計(jì) ............................................................................................... 12 代碼設(shè)計(jì) ....................................................................................................................... 13 數(shù)據(jù)庫(kù)設(shè)計(jì) ................................................................................................................... 14 數(shù)據(jù)庫(kù)需求分析 ................................................................................................... 14 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) ........................................................................................... 16 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) ........................................................................................... 18 第五章 系統(tǒng)的實(shí)現(xiàn) ............................................................................................................... 21 湖南廣播電視大學(xué)計(jì)算機(jī)科學(xué)與技術(shù)專業(yè)本科畢業(yè)論文 4 數(shù)據(jù)庫(kù)的