Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

backing up database

Status
Not open for further replies.

channelmaster

Technical User
Joined
Dec 9, 2001
Messages
52
Location
PH
How can I back up my database folder during run time? Also how can I use the back up copy to restore my database? Help ASAP.

Rene
 
Hi Rene;

Make sure all files are closed (including queries & views).

Then:
COPY <source path>\*.* to <destination path>

Ed

BTW the program that is executing this command cannot be in the source path, or you will get a &quot;File in use&quot; error. Please let me know if the sugestion(s) I provide are helpful to you.
Sometimes your the windshield... Sometimes your the bug.

 
See if the answers to your questions are contained in this routine. It backups your database and then reindexes it and if you want keeps a copy of the database as a backup.


This is the structure if the sysindex .dbf it calls

If you need more help let me know David W. Grewe
Dave@internationalbid.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top