Hello,
I have a routine that will backup everything in the database folder to a backup folder. In order to do this I have to close all tables and databases (file in use errors will occurred) and then I will force the user to restart the application because my main form has lost it data enviroment. My question, Is there anyway to save the current form enviroment data enviroment before calling my backup routine and once the backup routine is completed restore the data enviroment so that I do not have to force a restart?
Thanks
John
I have a routine that will backup everything in the database folder to a backup folder. In order to do this I have to close all tables and databases (file in use errors will occurred) and then I will force the user to restart the application because my main form has lost it data enviroment. My question, Is there anyway to save the current form enviroment data enviroment before calling my backup routine and once the backup routine is completed restore the data enviroment so that I do not have to force a restart?
Thanks
John