Web-based interaction with Access database

  • Thread starter Thread starter johnstonb
  • Start date Start date
J

johnstonb

Hi there

I want to set up a link to an access database which can be manipulated
via a web browser, so I can store the MDB somewhere on a server, and
allow users on the network to connect via a web browser to the database
to interact with it. Is this possilbe? Are there any tutorials on this?

Thanks
 
The thing you need to set up is called "web application", you must have one
before you can set up: you could develop one by yourself or have someone do
it for you.

Access (2000 to 2003) has a built-in support for such type of application,
called Data Access Page. However, it is never liked by most developer, due
to its usefulness comparing many web app technologies available. Actually,
MS has drop it in Access 2007.
 
Back
Top