It is a simple Library Management System developed using C# as frontend and MS SQL Server2000 as backend. It provides separate view for the user and administrators with good user interface. The administrator can view several reports. For security purpose it uses encryption/decryption.It also maintain inventory.
It has four tables
Lib_User
Field Name Type Length(bytes) Constraint User_ID int 4 Primary Key User_Name varchar 120 Not Null User_Password varchar 120 Not Null User_Is_System bit 1 Not Null User_Created_Date datetime 8 Not Null Number_Of_Books_Issued int 4 Not Null
Lib_Book_Categories
Field Name Type Length(bytes) Constraint Category_ID int 4 Primary Key Category_Name varchar 120 Not Null
Lib_Book_Details
Field Name Type Length(bytes) Constraint Lib_Book_ID int 4 Primary Key Lib_Book_Title varchar 120 Not Null Lib_Book_Category int 4 Not Null Lib_Book_Author_Name varchar 120 Not Null Lib_Book_Publisher_Name varchar 120 Not Null Lib_Book_PublisAt_Name varchar 120 Not Null Lib_Book_YearPubish int 4 Not Null Lib_Book_Edition int 4 Not Null Lib_Book_Volume int 4 Not Null Lib_Book_Page int 4 Not Null Lib_Book_Price float 8 Not Null Lib_Book_Issue_Status bit 1 Not Null Lib_Book_In_Inventory bit 1 Not Null
Lib_Book_Issue_Details
Field Name Type Length(bytes) Constraint Lib_Book_Issue_ID int 4 Primary Key Lib_Book_ID int 4 Not Null Lib_Book_Issued_On datetime 8 Not Null Lib_Book_Issued_To varchar 120 Not Null Lib_Book_Returned_On datetime 8 Null
It provides facility to register a new user and login with that password. The user can search a book and issue it to him, return books and change his password.
The administrators has some additional functions such as add/remove book, add category, view reports,etc.
In this project I have included tabbed window which help the user to do multiple tasks in a single window.
The default login name is "admin" and password is "admin" after executing the Library.sql.
You have to first create the database and execute the project, otherwise it will not work.
The source code, screen-shots and database files are below.
Attachments
 Login
 Admin Access
 User Access
 ReportDatabase (687-7925-library.sql)Source Code (687-7921-Library Management.zip)Screen Shots (687-7927-Library screenshots.zip)
|
| Author: Ever green | Member Level: Bronze | Revenue Score:   |
Hi Abhi, library.sql link is not working . Could you plz send me this project to my email address: chotoapa@yahoo.com i would appreciate your help.
|
| Author: S.Arun | Member Level: Bronze | Revenue Score:   |
Hi Iam Arun , the link for Database is not working. please mail the database file to ece.arun.s@gmail.com
|
| Author: rao mazin | Member Level: Bronze | Revenue Score:   |
Hi,
I have tried a lot to download the database file but the links are not working.
Could you please provide a link.
Many Thanks
Rao
|
| Author: shanmugam | Member Level: Bronze | Revenue Score:    |
hi, I am shanmugam from chennai.your project is good. I am very much impressed on your project. The link for Database is not working. please post me the database file to shanmugamnk@gmail.com.
thank u.........
|
| Author: Abhisek Panda | Member Level: Gold | Revenue Score:  |
Here is the new database file,
library.sql |