Skip to content

Instantly share code, notes, and snippets.

@felixlindemann
Created August 26, 2013 12:44
Show Gist options
  • Save felixlindemann/6341049 to your computer and use it in GitHub Desktop.
Save felixlindemann/6341049 to your computer and use it in GitHub Desktop.
Exceute this
Option Compare Database
Public Sub createMySqlDump2()
Dim Filename As String
Filename = "Y:\mypath\myfilePrefix-" ' Tablename.sql will be attached
createMySqlDump Filename
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment