data access page

  • Thread starter Thread starter brino
  • Start date Start date
B

brino

hi all !

i have a database working on my website.
i have designed forms to input data & do searchs with MS Frontpage &
they work great.
however i need to be able to edit some data so i designed a data access

page but it wont connect to the database on my web server.
how do i set up the connection so that it will connect to the right
database.
when it connects to the database on my computer it works fine , but it
wont connect to my website database ???


thanks
brino
 
Database must be located in a folder on a web server that is exposed to the
internet. And the Connection property of your DAPs must point to that
database on the web server. If you created the DAPs while connected to the
database on your PC, then the Connection properties of each DAP must be
changed to the new path -- which must be done manually for each page
(although John Viescas has some code in his Microsoft Office Access 2003
Inside Out book that will do it programmatically).
 

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

Back
Top