Data Access Pages over a Network

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

Guest

How do I create a Data Access Page that is accessible by all over a network
but does not lock the database itself so that I can update or administer
changes? I have tried many variations of efforts based on where the database
resides on the network and folder accessibility but the only way I've had any
success is by locking myself out while users view the data real time. I do
not want inputs allowed so this would be only to view the data by the general
population.
 
Split your database into a frontend and a backend. Link the DAP pages to
the backend.
 

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