access data page linking on web server

  • Thread starter Thread starter jakegater
  • Start date Start date
J

jakegater

have web server set up for access data base with designated folder
named "access_db"
data page resides on folder I named "access"
what should the unc path be to link the page to the database?
both folders are directly under the .com server directory
JAKEGATER
 
The location of the page is irrelevant; for the database, you must put in
the ConnectionString property of the page the usual UNC path used to locate
the database on the local network (or LAN or Intranet).

For the internet, you can't access a MDB database without using RDS
(deprecated) or a VPN. There is a newgroup about DAP's:
m.p.a.dataaccess.pages .
 
Back
Top