資源描述:
《vb_人事工資管理系統(tǒng)》由會員上傳分享,免費在線閱讀,更多相關內容在行業(yè)資料-天天文庫。
1、摘要由于計算機技術的飛速發(fā)展,數(shù)據(jù)庫技術作為數(shù)據(jù)管理的一個有效的手段,在各行各業(yè)中得到越來越廣泛的應用。因此,本文圍繞一個”人事管理系統(tǒng)”程序的設計和應用系統(tǒng)的開發(fā)課題為背景,詳細介紹了以VB和SQLSERVER為語言編寫管理信息系統(tǒng)的過程。該程序通過VB的ADO數(shù)據(jù)對象來實現(xiàn)VB前臺與后臺SQLSERVER數(shù)據(jù)庫的連接,并具有典型的數(shù)據(jù)庫應用系統(tǒng)的特征,完成了系統(tǒng)結構與現(xiàn)實生活的緊密結合。管理系統(tǒng)的開發(fā)不僅是一個應用程序編寫的過程,更重要的是在系統(tǒng)分析和設計階段所做的工作。該程序在設計過程中嚴格遵循軟件工程學的方法,用分階段的生命周期計劃嚴格
2、管理,并主要講述了程序的總體設計、詳細設計階段,對程序進行需求迭代,不斷修正和改進,利用SQLSERVER的強大數(shù)據(jù)庫功能,直到形成一個完善的可行性系統(tǒng).優(yōu)美、秀麗的界面,方便實用的查詢與維護功能共同構成了“人事工資管理系統(tǒng)”。關鍵詞:VB,SQLSERVER,數(shù)據(jù)庫,軟件工程,管理信息系統(tǒng)II--AbstractBecauseoftherapiddevelopmentofcomputertechnology,databasetechnologyasaneffectivemeansofdatamanagement,inallwalksoflif
3、eareincreasinglywideapplication.Therefore,thisarticleona"personnelmanagementsystem"designandproceduresforapplicationsdevelopmenttopicsbackground,detailsandSQLServertoaddlanguagetotheprocessofpreparingmanagementinformationsystems.Theprocedureadoptedtoachievethetargetdataaddth
4、eadowithVBprospectsbackgroundSQLServerdatabasesanddatabaseapplicationswithtypicalcharacteristics,andcompletedthestructureandsystemcombiningreallife.Managementsystemapplicationsdevelopmentisnotonlyapreparationprocess,butmoreimportantlyintheanalysisanddesignphasework.Theproced
5、urestrictlyfollowedinthedesignprocesssoftwareengineeringmethods,anduseaphasedplantomanagethelifecycleandonthemainproceduresdesigned,detaileddesignstage,thedemandforcomputationprocedures,andconstantlyrevisedandimproved,theuseofSQLServerpowerfuldatabasefunctions,Untilthefeasib
6、ilityofformingaperfectsystem.beautifulandattractiveinterfaceforpracticalinformationandthemaintenanceofthecommonfunctionsconstitutea"Personnelwagemanagementsystem."Keyword:VB,SQLSERVER,Database,SoftwareEngineering,ManagementInformationSystemsII--目錄摘要IAbstractII第1章緒論1第2章相關工具的基
7、本理論32.1關于VB的說明32.2關于管理信息系統(tǒng)32.3數(shù)據(jù)庫系統(tǒng)概述42.4ADO與SQLSERVER200052.4.1AxtiveX數(shù)據(jù)對象--ADO52.4.2關于SQLSERVER20005第3章系統(tǒng)需求分析與總體設計63.1需求分析63.2系統(tǒng)設計63.2.1系統(tǒng)功能分析63.2.2數(shù)據(jù)流程圖83.3數(shù)據(jù)庫設計93.3.1數(shù)據(jù)庫需求分析93.3.2實體之間的E–R模型93.3.3數(shù)據(jù)庫邏輯結構設計103.4本章小結13第4章系統(tǒng)詳細設計144.1系統(tǒng)模塊的具體實現(xiàn)144.1.1系統(tǒng)的主界面144.1.2員工基本信息模塊164.1
8、.3員工考勤模塊204.1.4員工評價模塊244.1.5員工工資管理模塊244.1.7部門管理模塊274.1.8系統(tǒng)其它功能簡介284.2本章小結29