资 源 简 介
A public library program to demonstrate our visual basic and database skills.
_Minimum project functionality includes the following:_
Users abilities are:
* Log in and out of a user account
* Maintain routine for each table in database (add, update, delete, and print)
* Report to print all books past due
* Book and media check-out routine that includes:
1. Authentication of user upon checkout
1. Record check-out transaction in correct table
1. Issue a check-out receipt when book or media is checked out
* Book and media check-in routine
1. Record check-in transaction in correct table
1. Calculate a fine on an overdue book or media
1. Keep a running total on outstanding fines
* Search routine for a book or media in library inventory
Database will be constructed as follows:
* Relational database that contains all tables necessary for system
* Database will be a backend data store and must not act as frontend and backend.
* Include a patron data