My VFP9 app uses a MySQL5 database. I've reviewed the syntax of the MYSQLDUMP command but I'm unsure of how to invoke that from my VFP9 app.
I'd basically like to have a simple option on my app's menu that says "Backup database" whereby my code then runs something like =SQLEXEC(liHandle,"MYSQLDUMP mydatabasename") but that doesn't seem to work.
Ideas?
I'd basically like to have a simple option on my app's menu that says "Backup database" whereby my code then runs something like =SQLEXEC(liHandle,"MYSQLDUMP mydatabasename") but that doesn't seem to work.
Ideas?