Get book data from IFSDB.ORG
Re: Short version of IFSDB.ORG book query
Do you know that the ISBN number has changed from 10 to 13 digits (EAN)?Fangbeast wrote:ISBNnumber.s = "0552151769"
Now this ISBN is : "9780552151764"
see at http://www.isbn.org/converterpub.asp
- Fangbeast
- PureBasic Protozoa
- Posts: 4791
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Short version of IFSDB.ORG book query
That has nothing to do with how IFSDB works. If a book has the ISBN "0552151769" printed on the jacket, then that is how it is stored. Nobody arbitrarily changes their entire database to suit the EAN numbering scheme.graves wrote:Do you know that the ISBN number has changed from 10 to 13 digits (EAN)?Fangbeast wrote:ISBNnumber.s = "0552151769"
Now this ISBN is : "9780552151764"
see at http://www.isbn.org/converterpub.asp
Only new prints will (maybe?) be printed that way I imagine. Existing books will stay as they are.
-
- Addict
- Posts: 1265
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
Re: Short version of IFSDB.ORG book query
It does not matter. You can search with the ISBN-10 or ISBN-13 either. The IsfDb recongize the "correct" number.graves wrote:Do you know that the ISBN number has changed from 10 to 13 digits (EAN)?Fangbeast wrote:ISBNnumber.s = "0552151769"
Now this ISBN is : "9780552151764"
see at http://www.isbn.org/converterpub.asp
The Fangbeast's code works right.
Just try the codes "0767926021" and "9780767926027" and you will get the "The Da Vinci Code Illustrated Screenplay: Behind the Scenes of the Major Motion Picture".
Regards
Thanos
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
Re: Short version of IFSDB.ORG book query
From Jan,1,2007 the old ISBN-10 isn't valid and ALL publishers have changed their DataBases to new ISBN-13. It's a International Directive from ISBN Agency http://www.isbn.org/standards/home/index.asp.Fangbeast wrote: Nobody arbitrarily changes their entire database to suit the EAN numbering scheme.
Only new prints will (maybe?) be printed that way I imagine. Existing books will stay as they are.
But ALL of them supports also the accesss from both codes.