MySQL Migration Toolkit 1.0.6-beta released (MS Access migrations)
Date: May 18, 2005 05:22AM
MySQL Migration Toolkit 1.0.6 beta has been released. This is mainly a bugfix release. All users are recommended to update to this new release.
The list of addressed bugs include
- Added support of missing mapping for MS Access DOUBLE and BYTE datatypes
- Fixed issue that prevented data to be transfered for tables that do not have a numeric datatype in the first column
- Safe handling of MS Access COUNTER (AutoNum) datatype and conversion to the MySQL auto increment flag
- When no access is granted to the MS Access system tables this no longer results in an error during the reverse engineering process. In that case views will not be migrated.
For scripts a new input command was added. It can be used like this.
-- cut --
-- Set source connection
print("Set source connection.")
srcJdbc= "oracle.jdbc.OracleDriver"
srcPwd= input("Please enter the source database password: ")
srcJdbcConn= "jdbc:oracle:thin:system/" .. srcPwd .. "@localhost:1521:MTT"
-- cut --
Please report any bugs/issues you find in the MySQL bug system (http://bugs.mysql.com)
Thanks,
Mike
Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
Edited 4 time(s). Last edit at 06/01/2005 06:16PM by Edwin DeSouza.