C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Library Management System


Posted Date:     Total Responses: 0    Posted By: Abhisek Panda   Member Level: Gold   Points/Cash: 40   


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



Report
  • Database (687-7925-library.sql)
  • Source Code (687-7921-Library Management.zip)
  • Screen Shots (687-7927-Library screenshots.zip)

  • Project Feedbacks

    Author: Ever greenMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    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.ArunMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    Hi Iam Arun , the link for Database is not working.
    please mail the database file to ece.arun.s@gmail.com


    Author: rao mazinMember Level: BronzeRevenue Score: 2 out of 52 out of 5
    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: shanmugamMember Level: BronzeRevenue Score: 3 out of 53 out of 53 out of 5
    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 PandaMember Level: GoldRevenue Score: 1 out of 5
    Here is the new database file,


    library.sql
    Post Feedback
    You must Sign In to post a feedback.
    Next Project: Training And Placement
    Previous Project: Simple Authentication and registration process for a website through Membership schema

    Return to Project Index

    Post New Project


    Related Projects



    dotNet Slackers

    About Us    Contact Us    Privacy Policy    Terms Of Use