1. 首页 > 热点 >

sql图书馆管理系统 如何设计图书馆sql语句

关于sql图书馆管理系统,如何设计图书馆sql语句这个很多人还不知道,今天小怡来为大家解答以上的问题,现在让我们一起来看看吧!

sql图书馆管理系统 如何设计图书馆sql语句sql图书馆管理系统 如何设计图书馆sql语句


sql图书馆管理系统 如何设计图书馆sql语句


sql图书馆管理系统 如何设计图书馆sql语句


1、湖北第二师范学院信息学院本科(设计)题目 图书馆借阅管理系统设计与实现系 别 计算机科学专 业 名 称 计算机科学与技术年 级 2003级学 生 姓 名 邓梅晴学 号 20031049指 导 教 师 谢 静二00 七 年 四 月中文摘要:本文以学校图书馆管理系统为开发背景,针对于传统的人工图书管理方式存在的一些问题进行了调查分析,并按照软件工程的理论、方法和规范;遵循实用性、系统性、逐步完善、逐步发展的原则;采用结构化生命周期法和原型法相结合进行图书管理系统的开发。

2、图书管理系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。

3、对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。

4、而对于后者则要求应用程序功能完备,易使用等特点。

5、因此结合开放式图书馆的要求,对MS SQL 2000数据库管理系统、SQL语言原理、Visual Basic应用程序设计,Visual Basic数据库技术进行了较深入的学习和应用。

6、根据分工,论文主要完成对图书借阅系统的需求分析和总体设计,划分功能模块;并对系统流程进行总体规划;设计工程框架,添加类模块;对图书信息管理模块、图书借阅管理模块、用户管理模块进行界面的设计并编写代码,并由此设计了应用程序。

7、本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。

8、这也是本系统的特色和优势。

9、系统运行结果证明,本文所设计的图书管理系统可以满足公共图书馆,学校图书馆等图书管理的需要。

10、:Visual Basic6.0,控件,图书管理,窗体Abstract: According to the background of the School Library Mament System, This is aimed at yzing the problems in manual book mament and dloping Book Mament System in accordance with the thoeries, mathods and regulations of the software engineering, the principle of easy-to-use, atic and gruadually progressing.The Library Lend-Return System is a typical mament rmation (MIS), it dlops mainly two respects of dlopment including setting-up and maintenance and front application program of backstage supporter's database. Demand to set up a database, with strong consistency and integrality of the data and good security to the former. Require to the latter that the function of the application program is complete, apt characteristic of using etc.The MS 2000 DBMS, SQL Language theory, Visual Basic application design and Visual Basic database technology he been learned and applied according to the requirement of Open Library.In according to the division, I he done the requirements ysis and the design of most sub-forms.The adopts the recently popular ADO Data Access technology, and encapsulates ry fields and operations of the table to the class in order to successfully apply the OOP idea to the database application design. And it's also the feature and aantage of the .By the results of the running, the described in this is meet to the need of the mament of the public and school libraries and book stores.Key words:Visual Basic6.0,database discreteness,library mament,forms目 录章 绪论 11.1 课题的研究背景和研究意义 11.2 课题的研究现状分析 21.3.1 论文的研究内容 21.3.2 论文的结构安排 3第二章 数据库应用系统开发 42.1 数据库应用系统常用名词解释 42.1.1 数据库 42.1.2 用户数据 42.1.3 元数据 52.1.4 索引 52.1.5 应用元数据 62.2 数据库管理系统 62.2.1 关系模型 62.2.2 数据库模式 72.2.3 应用组件 72.2.4 图书管理系统 72.3 系统所做工作 8第三章 应用系统开发工具 103.1 VB组件的体系结构 103.2 数据库组件介绍 103.3 MS_SQL 11第四章 图书馆借阅系统软件说明 124.1 系统软件说明 124.1.1 系统基本目标 124.1.2 系统结构设计 124.2 系统设计 134.2.1 主要的基本功能和流程 144.2.2 开发工具的选择 154.2.3 系统所用的实用技术 15第五章 图书借阅系统应用程序设计 165.1 图书分类管理模块的设计 165.1.1 设计图书分类编辑窗体 165.1.2 设计图书分类管理窗体 195.2 图书基本信息管理模块设计 235.2.1 设计图书信息编辑窗体 235.2.2设计图书信息管理窗体 275.3 图书借阅管理模块的设计 335.3.1 设计借阅证件类型编辑窗体 335.3.2 设计借阅证类型管理窗体 355.3.3 设计借阅证编辑窗体 355.3.4 设计借阅证件管理窗体 395.3.5 设计图书借阅信息编辑窗体 405.3.6 设计图书续借,归还,丢失信息编辑窗体 495.3.7 设计图书归还信息管理窗体 515.3.8 设计图书借阅管理窗体 545.4 用户管理模块设计 555.4.1 设计用户信息编辑窗体 555.4.2 设计用户管理窗体 58第六章 系统测试 626.1 测试环境 626.2各模块功能测试 626.3数据库连接测试 646.4 各功能模块测试 656.4.1基本信息管理模块测试 656.4.2 图书借阅管理模块测试 686.4.3 用户管理模块测试 726.5 测试小结 73总结与展望 74参考文献 76致 谢 77我的论文,呵呵。

本文到这结束,希望上面文章对大家有所帮助。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 12345678@qq.com 举报,一经查实,本站将立刻删除。

联系我们

工作日:9:30-18:30,节假日休息