H
Hermin
Hi. I am trying to set up a data access page that will be accessible from
anywhere on the internet. I have set the connection string on my data access
page to //Blah/C/Blah.mdb. This works great on my LAN, as my computers are
simply able to access the database at //Blah/C. However, it fails when I
attempt to access the data access page from a remote computer. This is
because the remote computers do not have access to //Blah/C/Blah.mdb. Is
there any way to set up the data access page so that it always uses its local
//Blah/C/Blah.mdb as the data source, rather than trying to load it from the
remote computer? Thanks.
anywhere on the internet. I have set the connection string on my data access
page to //Blah/C/Blah.mdb. This works great on my LAN, as my computers are
simply able to access the database at //Blah/C. However, it fails when I
attempt to access the data access page from a remote computer. This is
because the remote computers do not have access to //Blah/C/Blah.mdb. Is
there any way to set up the data access page so that it always uses its local
//Blah/C/Blah.mdb as the data source, rather than trying to load it from the
remote computer? Thanks.