Hi
i am havin a prob . i am making a project in which i need to back up and restore the data base from MYSQL
for backup i need the savefile dialog to save the file as system date with default ext as .sql
and i have made a bat file which executes the mysql dump command and backups the database
i also need to knw how to call the batch file from the c# UI by adding it to resources.
If any alternate soluttion plz provide
thanks in advance
i am havin a prob . i am making a project in which i need to back up and restore the data base from MYSQL
for backup i need the savefile dialog to save the file as system date with default ext as .sql
and i have made a bat file which executes the mysql dump command and backups the database
i also need to knw how to call the batch file from the c# UI by adding it to resources.
If any alternate soluttion plz provide
thanks in advance
Comment