Accessing an access database on a web server using internet explor

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

Guest

I want some guys to be able to access and update an access database from
anywhere in then world using the internet. Canid do this with the stanard
product or do i need somehting extra?
 
You have to publish the .mdb file to the web server. Which means that if
you want to use it, you have to download it, change it, then publish it back
to the web server. Synch issues.

You also have to build an interface that interacts with the .mdb tables
Active Server Pages are relatively painless, if you understand recordsets
and ADO. ASP.NET would work, too.

www.ASP101.com
www.gotdotnet.com
 
or you could use DATA ACCESS PAGES
they're not for begginners; but they're QUITE powerful

i really reccomend them; but not for the public internet
 

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