Link to Access DB on web server

G

Guest

Whenever I try to link to an Access Database that is located on a web server from an Access database on my local drive, it gives the error message "Not a valid file name". What is the trick for linking into databases found on a web server?
 
A

Arvin Meyer

You need to create a DSN (Data Source Name) to connect to an Access database
on a webserver. You can also use a DSNless connection to the data, but even
then you are using similar syntax. Have a look at Carl Prothman's site for
information:

http://www.able-consulting.com/ado_conn.htm?f=ado_conn.htm

Doug Steele has a great article on DSNless connections:

http://members.rogers.com/douglas.j.steele/DSNLessLinks.html
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access

Carpie said:
Whenever I try to link to an Access Database that is located on a web
server from an Access database on my local drive, it gives the error message
"Not a valid file name". What is the trick for linking into databases found
on a web server?
 

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

Top