Identify duplicate books in a library system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • werks
    New Member
    • Dec 2007
    • 218

    Identify duplicate books in a library system

    Hi,

    Im developing a Library System for my Thesis Project. My Problem is this,

    I have 5 books and the 3 of which has the same title and authors,

    AccessionNo------ISBN -------Title------------------Author
    00001----------------------07-123------------English 101-------------------- Keign
    00002----------------------06-411-----------Mathematics------------------Rey Sean
    00003----------------------07-123------------English 101---------------------Keign
    00004----------------------05-424-----The Purpose Driven Life---------Blen John
    00005----------------------07-123------------English 101---------------------Keign


    I don't have an idea on how to tell my system that AccessionNo 00001, 00003 and 00004 are the same book. My initial idea is that i'll just compare the ISBN of the book since each book has a unique ISBN Number, but the problem is, local books that is not published internationally has no ISBN No..

    please help me out... tnx in advance


    Better Than Yesterday (-.-)
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    #2
    Compare ISBN Numbers or Book Title.
    And for those books which have no ISBN no assign them a number and put that number on book also.

    Regards
    >> ALI <<

    Comment

    • werks
      New Member
      • Dec 2007
      • 218

      #3
      Originally posted by werks
      I don't have an idea on how to tell my system that AccessionNo 00001, 00003 and 00004 are the same book.
      My mistake AccessionNo 00001, 00003 and 00005..hehehe sori 4 that


      Better Than Yesterday (-.-)

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        I think the main issue here is not the technical details of how, but the decision as to what.

        You need to decide which fields you want to treat as identifying the "same" book. Once you do that, it's simple to check whether they are the same.

        One of the wizards in MS Access will build a query for you to check for duplicate records, based on the fields you choose. This will hive you the basics to build on.

        Comment

        • lotus18
          Contributor
          • Nov 2007
          • 865

          #5
          Hi Werks


          Why did you give place my name there (Rey Sean)? LOL. I'd suggest you to create another table for local books and both international and local book are connected to another table let us say:

          InterLocal
          AccessionNo
          *ISBN
          *LBN

          Well the decision is yours, this is just a suggestion.

          Rey Sean
          Last edited by lotus18; Jan 9 '08, 10:02 AM. Reason: .

          Comment

          • werks
            New Member
            • Dec 2007
            • 218

            #6
            Originally posted by Killer42
            I think the main issue here is not the technical details of how, but the decision as to what.

            You need to decide which fields you want to treat as identifying the "same" book. Once you do that, it's simple to check whether they are the same.

            One of the wizards in MS Access will build a query for you to check for duplicate records, based on the fields you choose. This will hive you the basics to build on.
            Hi Killer

            Thats my Big problem, i don't know which field should i use to identify the same book. Im going to ask our Librarian tomorrow, maybe she could help..

            Tnx Killer


            Better Than Yesterday (-.-)

            Comment

            • werks
              New Member
              • Dec 2007
              • 218

              #7
              Originally posted by lotus18
              Hi Werks


              Why did you give place my name there (Rey Sean)? LOL. I'd suggest you to create another table for local books and both international and local book are connected to another table let us say:

              InterLocal
              AccessionNo
              *ISBN
              *LBN
              Hi lotus18

              hehehe about your name? ("Wala lang"). tnx 4 the idea.


              Better Than Yesterday (-.-)
              Last edited by Killer42; Jan 10 '08, 12:32 AM.

              Comment

              • debasisdas
                Recognized Expert Expert
                • Dec 2006
                • 8119

                #8
                As Ali suggested create something like serial number for all the books.
                Definitely that will be unique irrespective of ISBN, name or author.
                Last edited by Killer42; Jan 10 '08, 12:32 AM.

                Comment

                • Killer42
                  Recognized Expert Expert
                  • Oct 2006
                  • 8429

                  #9
                  Originally posted by debasisdas
                  As Ali suggested create something like serial number for all the books.
                  Definitely that will be unique irrespective of ISBN, name or author.
                  But werks wants to be able to tell if it's the same book. A unique serial number won't help with that.

                  Comment

                  • Killer42
                    Recognized Expert Expert
                    • Oct 2006
                    • 8429

                    #10
                    Originally posted by werks
                    Wala lang
                    Say what?!

                    Comment

                    • Mohan Krishna
                      New Member
                      • Oct 2007
                      • 115

                      #11
                      Originally posted by lotus18
                      Hi Werks
                      .....I'd suggest you to create another table for local books and both international and local book are connected to another table let us say:
                      :
                      :Well the decision is yours, this is just a suggestion.
                      Hi Werks!
                      I agree with the Lotus18's suggestion!
                      Better u create two tables: One containing the Book Details like NO., TITLE, AUTHOR, PRICE, DOP, NO. OF COPIES, ETC. and the Other containing ACCESSION NO., ETC. based on the Date of Purchase.

                      Probably, this may help to solve your problem.

                      ALL THE BEST!
                      Last edited by Mohan Krishna; Jan 10 '08, 01:48 AM. Reason: some text missing

                      Comment

                      • werks
                        New Member
                        • Dec 2007
                        • 218

                        #12
                        Originally posted by Killer42
                        But werks wants to be able to tell if it's the same book. A unique serial number won't help with that.

                        I agree killer


                        Better Than Yesterday (-.-)

                        Comment

                        • debasisdas
                          Recognized Expert Expert
                          • Dec 2006
                          • 8119

                          #13
                          Then you might need to compare title,author and publisher fields

                          Comment

                          • lotus18
                            Contributor
                            • Nov 2007
                            • 865

                            #14
                            Originally posted by Killer42
                            Say what?!
                            In filipino language, wala lang it means nothing: ).


                            For Keign Anthony (aka werks):

                            This is a international forum, so we should use English as a standard language so that everybody can understand.


                            Rey Sean

                            Comment

                            • werks
                              New Member
                              • Dec 2007
                              • 218

                              #15
                              Originally posted by lotus18
                              In filipino language, wala lang it means nothing: ).


                              For Keign Anthony (aka werks):

                              This is a international forum, so we should use English as a standard language so that everybody can understand.


                              Rey Sean

                              Sorry for that Killer and lotus


                              Better Than Yesterday

                              Comment

                              Working...