Help with access questions

  • Thread starter Thread starter Gonzo White
  • Start date Start date
G

Gonzo White

Is it possible to have one access database and use it for 3 different web
sites on 3 different servers?

Is it possible to then update this database from different computers? I.e..
home/office

I guess what I am really asking is what is the best way to do this. We have
3 different web sites, (don't ask) and while some pages are different the
pages using the data base will be the same.
 
Yes.... as long as you upload it to each of the three servers in their own
fpdb folder.

In other words publish it to each site individually.
 
1. The web sites need to be on the same server (Best it they were all under a single hosting
account).
2. Database is stored outside of the web sites (Must be allowed by host)
3. Use a System DSN for the connection (Must be allowed by host)
4. Yes, you would be able to update, however if data is being entered or change from within any of
the web, you will have problem when updating the database from a local machine, unless done via ASP.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top