图书管理系统设计.rar
图书管理系统设计,摘要图书管理系统是典型的信息管理系统(mis),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。因此本人结合开入式图书馆的要求,对access、delphi应用程序设计,delphi数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 莎士比亚 发布
摘要
图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。因此本人结合开入式图书馆的要求,对access、Delphi应用程序设计,Delphi数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,此系统所设计的图书管理系统可以满足借阅者、图书馆工作人员和高级管理员三方面的需要。
系统进行了具体的程序设计,具体划分了三类用户的操作权限,设计了了三个操作界面。实现了数据库表的浏览,记录的添加、删除和修改,报表的生成,实现了多数据库表的连接操作,实现了多条件查询和模糊查询,并灵活实现了对不可更新查询结果集的更新操作,实现了主从表操作,实现了密码维护功能,最后,系统还可以导入数据库以对任意同结构的数据库进行操作。设计充分利用Delphi 6、MS SQL Server2000数据库技术的强大力量,提高了编程效率和可靠性。
关键字
数据库,Delphi 7,数据库组件,数据库管理
Abstract
The book management system is the typical information management system( MIS), it mainly develop the establishment and maintenances and head application procedures of include the backstage databases develop two aspects.So oneself combine to open into the request of the type library, apply the program design to the access, Delphi, the Delphi database technique carried on the more thorough study and applications, mainly completing the need analysis, the function mold piece that manages the system to the book to divide the line, the database mode analysis, and designed the database structure and the application procedures from here.The system circulates the result certificate, the book that this text design management the system can satisfy to borrow to read, staff member and deluxe managing persons of library three demands of the aspects.
Key word
Database, Delphi 7, the database module, the database management
目录
摘要1
Abstract2
1.引言3
2.前言4
2.1开始语4
2.2开发工具4
2.3工作要点4
3.瀀湥鍣聞介4
3.1数据库的发展4
3.1.1数据库阶段的特点4
3.2数据库理论基础5
3.2.1数据库模型5
3.2.2数据库体系结构5
3.2.3数据的独立性5
3.2.4范式6
4.瀀湥鍣^发软件6
4.1 Delphi 7.0 简介6
4.2 Delphi 7.0 控件6
4.2.1 ADO数据访问组件6
4.2.2数据控制类DataControl6
4.2.3数据访问类DataAccess6
4.2.4 SQL语言在Delphi中的应用7
4.3Access 简介7
5.系统总体设计8
5.1系统需求分析8
5.2系统概要设计11
6.系统应用程序设计16
6.1程序系统结构16
6.2系统主界面17
6.3系统图书管理界面17
6.4图书入库界面18
6.5读者管理界面19
6.6借阅管理界面20
6.7查询图书、读者、借阅基本信息21
7.结论22
8.致谢23
9.参考文献24
10.附录25
图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。因此本人结合开入式图书馆的要求,对access、Delphi应用程序设计,Delphi数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,此系统所设计的图书管理系统可以满足借阅者、图书馆工作人员和高级管理员三方面的需要。
系统进行了具体的程序设计,具体划分了三类用户的操作权限,设计了了三个操作界面。实现了数据库表的浏览,记录的添加、删除和修改,报表的生成,实现了多数据库表的连接操作,实现了多条件查询和模糊查询,并灵活实现了对不可更新查询结果集的更新操作,实现了主从表操作,实现了密码维护功能,最后,系统还可以导入数据库以对任意同结构的数据库进行操作。设计充分利用Delphi 6、MS SQL Server2000数据库技术的强大力量,提高了编程效率和可靠性。
关键字
数据库,Delphi 7,数据库组件,数据库管理
Abstract
The book management system is the typical information management system( MIS), it mainly develop the establishment and maintenances and head application procedures of include the backstage databases develop two aspects.So oneself combine to open into the request of the type library, apply the program design to the access, Delphi, the Delphi database technique carried on the more thorough study and applications, mainly completing the need analysis, the function mold piece that manages the system to the book to divide the line, the database mode analysis, and designed the database structure and the application procedures from here.The system circulates the result certificate, the book that this text design management the system can satisfy to borrow to read, staff member and deluxe managing persons of library three demands of the aspects.
Key word
Database, Delphi 7, the database module, the database management
目录
摘要1
Abstract2
1.引言3
2.前言4
2.1开始语4
2.2开发工具4
2.3工作要点4
3.瀀湥鍣聞介4
3.1数据库的发展4
3.1.1数据库阶段的特点4
3.2数据库理论基础5
3.2.1数据库模型5
3.2.2数据库体系结构5
3.2.3数据的独立性5
3.2.4范式6
4.瀀湥鍣^发软件6
4.1 Delphi 7.0 简介6
4.2 Delphi 7.0 控件6
4.2.1 ADO数据访问组件6
4.2.2数据控制类DataControl6
4.2.3数据访问类DataAccess6
4.2.4 SQL语言在Delphi中的应用7
4.3Access 简介7
5.系统总体设计8
5.1系统需求分析8
5.2系统概要设计11
6.系统应用程序设计16
6.1程序系统结构16
6.2系统主界面17
6.3系统图书管理界面17
6.4图书入库界面18
6.5读者管理界面19
6.6借阅管理界面20
6.7查询图书、读者、借阅基本信息21
7.结论22
8.致谢23
9.参考文献24
10.附录25