海南大学毕业论文(设计)题目:图书管理系统(VB6.0+Access)学号:20090902320132姓名:张松年级:10级学院:应用科技学院系别:应用计算机系专业:网络工程指导教师:郑兆华老师完成日期:2013年4月25日图书管理系统(VisualBasic6.0+Access)1/43中文摘要学校拥有一个图书馆,为全校师生提供一个阅读、学习的空间。近年来,随着学生对图书的需求不断扩大,图书数量也相应地不断增加,有关图书的各种信息也成倍增加。面对如此庞大的信息量,开发并使用一套合理的、有效、规范、实用的图书管理系统,对学校的图书资料进行集中的管理必不可少。图书管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。经过分析,使用VisualBasic6.0为开发工具,利用其提供的各种面向对象的可视化开发平台作为开发工具,采用面向对象技术,图形化的应用开发环境,尤其是它提供了功能极其强大的集成开发环境,使得开发过程可通过菜单、界面、图形浏览工具、对话框以及嵌入的各种生成器来轻松地完成各种复杂的操作。开发过程中不断修正和改进,直到形成用户满意的可行系统。系统采用MicrosoftAccess技术建立数据库,使用VB技术建立数据源的链接,并且生成图书管理的数据库应用程序从而实现数据库的管理功能。Access不仅是一个数据库,而且它具有强大的数据管理功能,它可以方便地利用各种数据源,生成窗体(表单),查询,报表和应用程序等。本文介绍了在VisualBasic6.0环境下开发系统的详细过程,提出实现图书馆信息管理、资源共享的基本目标,从而推动迈向数字化图书馆的步伐,并阐述系统结构设计和功能设计,从图书的信息登记到查询浏览借阅,形成了一个整体自动化管理模式。关键词:图书管理系统;VisualBasic6.0;MicrosoftAccess;图书管理系统(VisualBasic6.0+Access)2/43AbstractTheschoolhasalibrary,areadingforteachersandstudentstoprovidelearningspace.Recentyears,withthegrowingdemandofthestudentsonthebooks,thenumberofbooksincreased,allkindsofinformationaboutthebookandalsodoubled.Thefaceofsuchahugeamountofinformation,thedevelopmentanduseofareasonable,effective,standardized,andpracticallibrarymanagementsystemforcentralizedmanagementofessentialschoolbooks.Librarymanagementsystemisatypicalinformationmanagementsystem,itsdevelopmentmainlyincludestwoaspectsoftheestablishmentandmaintenanceofthedatabaseandfront-endapplicationdevelopment.Afteranalysis,theuseVisualBasic6.0forthedevelopmenttoolsprovidedbytheuseofobject-orientedvisualdevelopmentplatformasadevelopmenttool,theuseofobject-orientedtechnology,graphicalapplicationdevelopmentenvironment,inparticular,isthatitprovidesafunctionextremelypowerfulintegrateddevelopmentenvironment,makingthedevelopmentprocesstocompleteavarietyofcomplexoperationseasilybrowsethroughthemenuinterface,graphicstools,dialogboxes,andembeddedgenerators.Constantlyrevisedandimprovedinthedevelopmentprocess,untiltheformationofaviablesystemofusersatisfaction.ThesystemusesMicrosoftAccesstechnologytoestablishadatabase,usingVBdatasourcelinkandgeneratethedatabaselibrarymanagementapplicationenablingdatabasemanagementfunctions.Accessisnotjustadatabase,andithasapowerfuldatamanagementcapabilities,itcaneasilytakeadvantageofavarietyofdatasourcestogenerateaform(form),queries,reports,andapplication.ThisarticledescribesindetailtheprocessofthedevelopmentsysteminunderVisualBasic6.0environmentallibraryinformationmanagement,thebasicgoalofresourcesharing,thuspromotingthepacetowardsadigitallibrary,anddescribesthesystemarchitecturedesignandfunctiondesignfrombooksregistrationofinformationtothequerybrowserborrowawholeautomatedmanagementmode.Keywords:Librarymanagementsystem;VisualBasic6.0;MicrosoftAccess;图书管理系统(VisualBasic6.0+Access)3/43目录中文摘要.........................................................................................................................1Abstract...........................................................................................................................2目录.........................................................................................................................3第一章概述...................................................................................................................51.1课题简介..............................................................................................................51.2开发环境..............................................................................................................5第二章系统总体设计...................................................................................................62.1总体功能设计......................................................................................................62.2系统的功能流程.................................................................................................6第三章数据库系统设计...............................................................................................73.1数据库系统简介..................................................................................................73.2数据库设计概述..................................................................................................73.3数据库的开发周期..............................................................................................83.4图书管理系统数据库的设计..............................................................................83.4.1数据库的需求分析......................................................................................83.4.2数据库的逻辑设计.....................................................................................103.4.3数据库的调整维护.....................................................................................12第四章系统的需求分析.............................................................................................134.1系统的功能概述................................................................................................134.2系统功能分析....................................................................................................134.2.1图书信息管理模块:...............................................