【正文】
,它還有如下一些特點:強大的數(shù)值和字符串處理功能;豐富的圖形指令,可方便地繪制各種圖形;提供靜態(tài)和動態(tài)數(shù)組,有 利于簡化內存的管理;過程可遞歸調用,使程序更為簡練;支持隨機文件和順序文件的訪問; 提供了一個可供應用程序調用的包含多種類型的圖標庫;具有完善的運行出錯處理 。 B) 事件驅動的編程機制:事件驅動是非常適合圖形用戶界面的編程方式。 VB6 是指 Visual Basic 的版本。與數(shù)據(jù)庫的連接則使用 ADO的相關功能來完成的 。通過對這些情況的仔細調查,我開發(fā)了下面的倉庫管理系統(tǒng)。由于所掌握的物料種類眾多,訂貨、管理、發(fā)放的渠道各有差異,各個企業(yè)之間的管理體制不盡相同,各類統(tǒng)計報表繁多,因此倉庫管理必須編制一套倉庫管理信息系統(tǒng),實現(xiàn)計算機化操作,而且必須根據(jù)企業(yè)的具體情況制定相應 的方案。 主題詞: 倉庫管理; 數(shù)據(jù)庫; VB6; ADO ABSTRACT Warehouse manage system is a typical MIS. It mostly includes the foundation and maintenance of the database and the development of the client application program. For the former we must establish a better database, which has well data consistency and data security. For the latter we must make the program has selfcontained function and easy to be use. By analyzing the situation, we use the VB6 of the Microsoft Company as client tool. VB6 is very easy to be use and it has many useful tools, especially ADO object, which can easily conveniently manipulate the database. We use it can develop a satisfactory system in short time Key Words: Warehouse management; Database; Visual Basic 6; ADO 第一章 緒論 選題背景 隨著計算機技術的發(fā)展,計算機管理已越來越多地運用到了各個領域。 目 錄 摘 要 ...........................................................................................................i ABSTRACT .................................................................................................. ii 第一章 緒論 ............................................................................................... 1 選題背景 ............................................................................................................1 設計目標 ............................................................................................................1 第二章 相關理論基礎 .................................................................................. 2 Visual Basic 6 ......................................................................................................2 Visual Basic 6 的功能特點 ......................................................................2 Visual Basic 6 中的基本概念 ..................................................................3 Access2021 數(shù)據(jù)庫 .............................................................................................4 Access 的總體結構 ..................................................................................4 VB6 和 Access 的連接 ............................................................................5 第三章 需求分析 ........................................................................................ 7 需求分析 ............................................................................................................7 系統(tǒng)數(shù)據(jù)流程圖 .....................................................................................7 功能需求及設計思想 .............................................................................7 第四章 系統(tǒng)設計 .......................................................................................11 系統(tǒng)功能設計 ..................................................................................................11 系統(tǒng)功能模塊圖 ...................................................................................11 系統(tǒng)各模塊說明 ...................................................................................11 數(shù)據(jù)庫設計 ......................................................................................................12 創(chuàng)建數(shù)據(jù)庫 ...........................................................................................12 數(shù)據(jù)表結構 ...........................................................................................12 數(shù)據(jù)庫中各表的關系 ...........................................................................16 第五章 倉庫管理原型系統(tǒng)實現(xiàn) ...................................................................17 數(shù)據(jù)庫實現(xiàn) ......................................................................................................17 連接數(shù)據(jù)庫 ...........................................................................................17 建立數(shù)據(jù)表 ...........................................................................................18 倉庫 管理系統(tǒng)主要界面及使用說明 ...............................................................19 系統(tǒng)登錄界面 .......................................................................................19 系統(tǒng)主界面 ...........................................................................................20 系統(tǒng)管理模塊 .......................................................................................20 倉庫管理模塊 .......................................................................................22 物料管理模塊 .......................................................................................26 報表查詢模塊 .......................................................................................30 系統(tǒng)測試 ..........................................................................................................32 菜單測試 ...............................................................................................32 各功能模塊測試 ....................................................................................32 數(shù)據(jù)跟蹤測試 .......................................................................................32 第六章 小結與展望 .....................