Access Data Page

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

Guest

Dear All,
Please could any one help me to resolve my problem in Data Access Page?
I created Data Access Page successfully in MS Access 2002 and I save it into
Inetpub/wwwroot directory in my compute. I upload the file to my server I
test it with the computer I use to upload and it work fine but whenever I
call up the page in any other computer in internet explore it does display
error.

“That the database.mdb file is not a valid path.......â€

Please could any one help me out what to do to view the page? both the html
files and mdb file already published to the server.

Email Address: (e-mail address removed)

Taiwo
 
The database file also needs to be in the web server's Inetpub/wwwroot
directory. Also note that, if you created the DAP while the database file
was in a different folder, the Connection path in the DAP to the database
will contain the original path, even after you move the database file.
You'll need to open the DAP in design view and change the Connection string
clause for the path to the database file.
--

Ken Snell
<MS ACCESS MVP>



"(e-mail address removed)"
 
Back
Top