I currently have a batch file created using shell which runs mysqldump and saves the information to a file.
However, I was wondering if there would be a way to use a recordset instead to select the database and initiate the mysql dump.
Ideally this is what i would like to have:
rs.Open "Use database mysqldump > C:\", conn, 3, 3
Does anyone know if this is possible?
However, I was wondering if there would be a way to use a recordset instead to select the database and initiate the mysql dump.
Ideally this is what i would like to have:
rs.Open "Use database mysqldump > C:\", conn, 3, 3
Does anyone know if this is possible?