data access page and connection string

S

Sylvain Lafontaine

UNC paths are for Intranets (or LAN) only. You cannot access a MDB file
over the Internet in an easy way. This require some other transport layer,
such as a VPN or the RDS (Remote Data Service).

Bad luck, the RDS has been deprecated by Microsoft many years ago because of
deep security concerns.

The usual way of using ADP and DAP over the internet is to use MSDE or
SQL-Server as the backend instead of an MDB file. An easier solution for
you would be to use ASP or ASP.NET.

S. L.
 
T

thinekeretw

Thank you for the data Sylvain. I have obtained a asp.net book and have
begun educating myself.
 

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