Uploading Access DB to a website

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

Guest

I have an Access database to which I'd like to have an access online. I'm
wondering if I can upload my database to a web hosting site & customize its
look to html?
 
You should have your database split into a data only (tables) back-end,
linked to a front-end with everything else on it. For a web server
connection to the data, you will want to rewrite the front-end as an asp
application. If there aren't too many users, you can also use terminal
services to connect a front-end to the data.
 

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