I need help in using the Shell function and access the mysqldump.exe to automatically create backups of the database when needed.
I tried to put a shell function in a command button and the path going to bin folder where the mysqldump located and add the lines for dumping the whole database.
Shell "cmd /k C:\progra~1\mysql\mysqls~1.5\bin\mysqldump -uroot -pmaligaya maligaya > maligaya.sql"
I've tried this whole line and it just display the path of the VB (I just put the /k to see if the shell will work or not).
I tried to put a shell function in a command button and the path going to bin folder where the mysqldump located and add the lines for dumping the whole database.
Shell "cmd /k C:\progra~1\mysql\mysqls~1.5\bin\mysqldump -uroot -pmaligaya maligaya > maligaya.sql"
I've tried this whole line and it just display the path of the VB (I just put the /k to see if the shell will work or not).