Replication of acess db

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

We have an access database running on a win2k server over the internal LAN.
The server is protected by MS ISA Server from outside world. Is there a way
to periodically replicate the access database to another server that
residues outside of the ISA Server? The reason is that we want to run our
website on the second server but don't want it to access out main server
directly. Rather we want our main server to provide the database updates to
the web site server from time to time.

Thanks

Regards
 
John said:
Hi

We have an access database running on a win2k server over the internal LAN.
The server is protected by MS ISA Server from outside world. Is there a way
to periodically replicate the access database to another server that
residues outside of the ISA Server? The reason is that we want to run our
website on the second server but don't want it to access out main server
directly. Rather we want our main server to provide the database updates to
the web site server from time to time.

If it doesn't have to be live, just ftp it over and replace the existing
one. You can easily write a batch file and an AT command to do that. Just
type in AT ? at a cmd prompt for the syntax.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top