MS Access To MySQL Changelog

What's new in MS Access To MySQL 5.5.0 Build 282

Nov 8, 2017
  • Fix for default value after TINYINT filed.

New in MS Access To MySQL 5.5.0 Build 281 (Oct 27, 2017)

  • Fix for problem where some Access tables were not shown.
  • Fixed problem with backslash in source tables.
  • Support for chr(0) or in text strings.

New in MS Access To MySQL 5.4.0.274 (May 10, 2017)

  • Minor updates.

New in MS Access To MySQL 5.3.0.259 (Feb 10, 2015)

  • Better handling of boolean default values.
  • Fix for error 55 in CmdFinish_Click.

New in MS Access To MySQL 5.2.0.252 (Feb 10, 2015)

  • Byte data is converted to TINYINT(3) UNSIGNED instead of just TINYINT.
  • Sets a zero byte in empty required blob fields.

New in MS Access To MySQL 5.1.0.242 (Jun 25, 2013)

  • Can ignore blobs that are too large to transfer
  • Handles tables where indexes cannot be read
  • Support for table names with double spaces

New in MS Access To MySQL 5.1.0.232 (Dec 22, 2012)

  • Database schema improvements

New in MS Access To MySQL 5.0.0.229 (Dec 19, 2012)

  • Improvements for 64 bit systems

New in MS Access To MySQL 4.0.0.192 (Feb 29, 2012)

  • Option to switch boolean value 'True' from 1 to -1.
  • Specify a table name prefix for destination tables.
  • Option to change datatype for memo fields from LONGTEXT to TEXT.

New in MS Access To MySQL 3.0.0.123 (Mar 9, 2010)

  • Log folder is created if it doesn't exist.
  • You can now create a dump file without having the MySQL ODBC driver installed.
  • Digitally signed setup and executable.

New in MS Access To MySQL 3.0.0.117 (Jun 24, 2009)

  • Foreign keys in the Access database are now ignored to prevent duplicate keys.

New in MS Access To MySQL 3.0.0.114 (May 18, 2009)

  • The Brighthouse engine from Infobright is now supported.
  • Auto commit can now be disabled to increase performance on transactional database engines.

New in MS Access To MySQL 3.0.0.108 (May 18, 2009)

  • New MySQL 6.0 storage engines added (Falcon, Maria).
  • Storage engine now specified using ENGINE= instead of TYPE= in CREATE TABLE statement. This enables support for MySQL Server 6.0.
  • Support for complex Access 2007 datatypes: dbComplexByte (102), dbComplexInteger (103), dbComplexLong (104), dbComplexSingle (105) dbComplexDouble (106), dbComplexGUID (107), dbComplexDecimal (108), dbComplexText (109).

New in MS Access To MySQL 3.0.0.104 (Nov 12, 2008)

  • Support for international characters added with UTF8 encoding.
  • Default DB engine changed from InnoDB to MyISAM.
  • Support for MyODBC 3.x was discontinued. Only MyODBC 5.x is now supported.
  • Fields of type currency are now created as DECIMAL(19,4) instead of DECIMAL(19,0).

New in MS Access To MySQL 3.0.0.66 (Jul 11, 2008)

  • Support for Microsoft Access 2007 databases (accdb and accde).

New in MS Access To MySQL 2.0.0.57 (Jun 5, 2007)

  • Boolean fields are represented as 0 and -1. This is a change from 0 and 1.
  • Empty strings are now transferred as a zero length string instead of a NULL value.
  • Small improvement performance.

New in MS Access To MySQL 2.0.0.48 (May 9, 2007)

  • Improved support for decimal and currency fields. Reads precision and scale from the source field.
  • Requires MySQL ODBC 3.51.14.0 or later.
  • Connection database parameter removed.