Thread: "Screen Scrape"
View Single Post
  #15  
Old January 23rd, 2005, 06:53 AM
John Mishefske
external usenet poster
 
Posts: n/a
Default

PC Datasheet wrote:
Does anyone know how to do a "screen scrape" to get data off a website and
enter it into an Access table?

Thanks for all help?

Steve
PC Datasheet


You could just contact that server with your own HTTP request. Not
terribly difficult to do and then you can decode the response in
code.

The WinInet library has a bunch of API calls to do just this.

--
'---------------
'John Mishefske
'---------------