CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    4

    Exclamation Library Management System..

    The LMS maintains information about books and users. Books have a title, an author and a publication year. Books can be either in the library or borrowed by a user. Users can be either students or professors. Students have a name and a student number. Professors have a name and belong to a faculty. Users can borrow books. A Student can borrow 2 books at a time while professors are allowed to borrow 5 books simultaneously.

    The LMS application provides a GUI allowing:

    * Add new books and new users,
    * Borrow or return of a book,
    * List available books,
    * List borrowed books,
    * List users

    and the database should be using SQL..

    so any1 can help me here with this??

  2. #2
    Join Date
    Dec 2005
    Posts
    2

    Unhappy Re: Library Management System..

    oh....
    i'm actuly having the same project & i'm in trouble. Please can any1 help me also.
    i will preciate it
    Last edited by AmatAllah; January 14th, 2006 at 08:43 AM.

  3. #3
    Join Date
    Dec 2005
    Posts
    2

    Thumbs up Re: Library Management System..

    hi, it seems that no 1 had helped us,so i finally got the project but i wish its not to late for you angel555,here it is
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured