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 (-.-)
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 (-.-)
Comment