文档介绍:图书库存管理系统
摘要
图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。因此本人结合开入式图书馆的要求,ess、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 bine 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, pleting 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 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
Abstract……………………………………………………………………………2
引言……………………………………………………………………………3
前言……………………………………………………………………………4
……………………………………………………………………4
…………………………………………………………………4
……………………………………………………………………4
数据库简介……………………………………………………………………4
………………………………………………………………4
…………………………………………………4
……………………………………………………………5
…………………………………………………………5
……………………………………………………5
………………………………………………………5
…………………………………………………………………6
数据库开发软件………………………………………………………………6
Delphi 简介…………………………………………