Backing Up an Access 2000 Database

  • Thread starter Thread starter Don Garry
  • Start date Start date
D

Don Garry

Hello out there !

What would the best or most efficient way to programatically backup an
Access 2000 database ?

Plus I'd like to date stamp the backed up database file if possible.

Any assistance here would be greatly appreciated.
 
Any backup software will do the job and the resulting
database file(s) will be date stamped. If you're setup in
a workgroup environment make sure you include your
system.mdw file too.
 
Thanks Bob, any particular backup software that you would recommend ??
 
Hello out there !

What would the best or most efficient way to programatically backup an
Access 2000 database ?

Plus I'd like to date stamp the backed up database file if possible.

Any assistance here would be greatly appreciated.

Note that you CANNOT back up a database using code within that
database, and you should never back up a database which is open - it
runs a great risk of being corrupt when you restore it.

Backups should be made using external backup software - there are
dozens of such programs on the market. Be sure the database is closed
before running the backup.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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