tags:

views:

28

answers:

1

I have a database in Access with my movie collection and a very "professional" look. I would like to have a way to inform the IMDB's number of a movie and grab the information from the internet. Is there a way to read a page or download a page to read in automatically with MS-Access? If not, what language I should learn to have a database with this property?

A: 

I would take a loot at this project implementing a IMDB API. It's .NET based so you should be able to integrate it with Access or any other C# or VB.NET application accessing your MSACCESS database.

Pablo Santa Cruz
wow - so fast - it seems it is what I need - I will study it.
Mauricio
"It's .NET...so you should be able to integrate it with Access" -- er, what? Access can't use .NET code. Of course, I'm assuming the original poster wants to implement something in Access, given that that's the only development environment mentioned in the question.
David-W-Fenton