ExportSQL takes the content of a Jet (Access) database and dumps it into classic SQL format.
The outputted script can them be imported in some SQL-powered databases as a series of SQL commands.
The same functionality can be found in the MySQL Migration Toolkit, but ExportSQL can be used as an alternative solution nevertheless.
Here are some key features of "ExportSQL":
Supported Microsoft Access database versions:
· 95
· 97
· 2000
Supported output SQL formats:
· mSQL (or Mini SQL) v1
· mSQL (or Mini SQL) v2
· MySQL