Hi Experts,
I need to construct the feature of automatic backup of Mysql Database from my VFP Application.
This feature will periodically backup the database (in example: for every 5 hours or other period of time)
My Idea is to create a form with timer Event to execute mysqldump command using ShellExecute()
Is there any best option?
Many thanks
I need to construct the feature of automatic backup of Mysql Database from my VFP Application.
This feature will periodically backup the database (in example: for every 5 hours or other period of time)
My Idea is to create a form with timer Event to execute mysqldump command using ShellExecute()
Is there any best option?
Many thanks