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?
views:
28answers:
1
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
2010-04-26 00:31:07
wow - so fast - it seems it is what I need - I will study it.
Mauricio
2010-04-26 00:43:35
"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
2010-04-27 02:39:35