473,396 Members | 1,895 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Identify duplicate books in a library system

werks
220 100+
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 (-.-)
Jan 8 '08 #1
15 1676
Ali Rizwan
925 512MB
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 <<
Jan 8 '08 #2
werks
220 100+
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 (-.-)
Jan 9 '08 #3
Killer42
8,435 Expert 8TB
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.
Jan 9 '08 #4
lotus18
866 512MB
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
Jan 9 '08 #5
werks
220 100+
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 (-.-)
Jan 9 '08 #6
werks
220 100+
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 (-.-)
Jan 9 '08 #7
debasisdas
8,127 Expert 4TB
As Ali suggested create something like serial number for all the books.
Definitely that will be unique irrespective of ISBN, name or author.
Jan 9 '08 #8
Killer42
8,435 Expert 8TB
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.
Jan 10 '08 #9
Killer42
8,435 Expert 8TB
Wala lang
Say what?!
Jan 10 '08 #10
Mohan Krishna
115 100+
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!
Jan 10 '08 #11
werks
220 100+
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 (-.-)
Jan 10 '08 #12
debasisdas
8,127 Expert 4TB
Then you might need to compare title,author and publisher fields
Jan 10 '08 #13
lotus18
866 512MB
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
Jan 10 '08 #14
werks
220 100+
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
Jan 10 '08 #15
werks
220 100+
I got the idea.. I'll just have to check the Title, Subject and Authors field if it has equal information.. tnx to you all guys.


Better Than Yesterday (-.-)
Jan 15 '08 #16

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Michelle | last post by:
hi, i have created an array from recordset containing user names eg. (davidp, davidp, evenf, patricka, rebeccah) which i have sorted in alphabetical order, but i need to identify duplicates...
2
by: Francesco Moi | last post by:
Hello. I've got a 'books' table with 'id', 'name', 'author' and 'isbn' fields. Due to an error, my books are duplicated, so I've got (e.g.): 430 - Moby Dick - Herman Melville - 0192833855...
8
by: DraguVaso | last post by:
Hi, I want my application do different actions depending on the exception it gets. For exemple: I have an SQL-table with a unique index. In case I try to Insert a record that's alreaddy in it I...
9
by: leah | last post by:
I will explain this situation using a scenario. Let's assumed that i'm working on a library system where i need a loan form that will only show books that are available for loan. In this case, this...
1
by: traceable1 | last post by:
I have a table with a unique non-clustered index on it. It has the IGNORE_DUP_KEY option on. For some reason, I am getting the following error: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.