On Sep 29, Davide Alberani <[EMAIL PROTECTED]> wrote:

> You can use the get_imdbID(movie) or get_imdbMovieID(movieID)
> methods of the IMDb instance you use to access the SQL database.

Besides that, when you access a movieID or a personID using the
sql data access system (with the above methods), its value is
stored in the database, so that it will not query the IMDb server
again, if you request it again later.

See the field 'imdb_id' in the 'title' and 'name' tables (assuming
you're using MySQL, otherwise the names can be slightly different).


-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to