
March 31st, 2000, 01:49 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Chris Snider (csnider@worldnet.att.net)</b></i><br />Jott,<br /><br />Instead of using ASP, use straight VB code (or C++ etc) and the wininet.dll. The dll is the webobject for Internet Explorer 4.0 and 5.0. You can use it to attache to the webserver at http:// whatever and return the data in a return string. Then you can write the data into a local file on your machine where FSO will work.<br />You can also just parse the return string in the web object for the data that you need and ADO to publish to your local database.<br /><br />If you need further explanation or have other questions, please email.<br /><br />Chris Snider<br /><br /><br />------------<br />Jott at 3/30/2000 12:31:14 PM<br /><br />I have a DB management utility that doesn't provide a way to export it's database, but you can access it's information in templates on the web. I need a way to have an ASP script open an html document on my web server(remote http://) and read it line by line so that I can import it into my new database on my staging server(local)<br />anyone no how to do this. FSO does not work.<br /><br />Thanks,<br /><br />Jeffrey Williams <br />
|