摘 要:自信息时代到来,运用计算机技术来高效管理错综复杂的信息是整个社会的 主流趋势。通常一个信息管理系统包括一个功能完整,逻辑清晰的前端应用程序 和一个具备完整性、实时同步更新、保密性等特点的后台数据库。
本毕业设计主要基于 VC++软件作为开发平台,应用程序开发选用 MFC
(Microsoft Foundation Classes)模式,数据库在新建表时选用 Access 数据库工 具,数据源的配置与连接选用了 ODBC 技术。本毕业设计的论文主要描述了图 书信息管理系统的设计目的及意义、设计需求分析、设计所涉及到的技术、数据 库的建立及设计,各功能模块的实现方法及过程等。本毕业设计的图书信息管理 系统能实现图书的主要管理工作,具体功能包括:用户管理、基础数据管理、借 阅管理、书库管理、读者管理、数据库管理及各种记录表。所设计的上述系统功 能能够基本满足图书信息管理的需求,保证图书管理的便利高效。
关键词:图书信息管理 VC++ Access ODBC
Book Information Management System
Abstract:Since the advent of the information age, it’s mainstream trend in whole society to take advantage of computer technology to efficiently manage complex information. Usually an information management system consists of a functionally complete, logical clear front-end application and a back-end database with features such as integrity, real-time synchronization updates and confidentiality.
This graduation design is based on VC++ as the development platform, the development of application procedure selects the MFC(Microsoft Foundation Classes) method, the database uses Access database tool when building tables, and the data source configuration and connection uses ODBC technology. This thesis mainly describes purpose and significance of design, design requirements analysis,design technology of the book information management system,the establishment and maintenance of the database, the realization method and process of each functional module etc.The book information management system can achieve the main management of books. The specific functions include: user management, basic data management, loan management, library management, reader management, database management and various record sheets.This system designed as my graduation project can meet the basic needs of book information management and ensure the convenience and efficiency of book management.
Key Words:Book information management VC++ Access ODBC
目 录
摘 要 I
Abstract II
目 录 III
1 绪论 1
1.1 课题设计背景及意义 1
1.2 需求分析 1
1.3 本章小结 2
2 系统相关技术 3
2.1 VC++开发软件 3
2.2 数据库技术 3
2.3 数据源 ODBC 3
2.4 本章小结 4
3 系统设计 5
3.1 系统设计总流程图 5
3.2 数据库设计