Open text file for input from internet source

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a website that generates data in a text file. I have a database that
is supposed to import data from the text file on the website. The format of
the text file is not ideal for the database so I have a form that opens the
text file and creates a text file in a better form. The program works fine
on the local drives of my computer (ie c:\ drive locations) but I can not get
the text file to open from the web server (ie the http:// address). The
database is on the web server. What code do I need to open a text file from
the internet using VB?
 
Alas, an Internet URL is not a very satisfactory substitute for a local hard
disk address. You might look into using FTP to download the file to your
computer, and use it from there.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top