Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Backup program
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00135126
Message ID:
00135469
Views:
11
>Trying to write a generic backup program in VFP5.0 that will backup data files and databases. I want to be able to backup data even when the files are in use. One approach I have considered is to copy the structure of each .dbf (using adir) to a backup location then go from top to bottom of each table with a 'scatter memvar' and a 'insert into bakuptable from memar'. But how about saving views and stored procedures? Will I be able to copy them during use also? Any ideas would be greatly appreciated
> Thanks,
> Dave

I used to do the same thing... just SELECT * from the tables into a backup copy.

Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform