|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| Full Convert MySQL Edition 3.2 | Nov 28, 2007 | Major Update | Massive data transfer speedup! Added support for MySQL LOAD DATA bulk mode Added support for PostgreSQL COPY bulk mode Improved process of conversion from SQL2005 to SQL2000 or earlier Added warnings to the conversion log Empty tables are now immediately skipped when copying data Added handling of duplicate DBF indexes Added autorename of duplicate DBF fields Added visual clue icon to clear when the table is being open, when Full Convert processes data, and when the target database processes the data Added global datatype conversion override for each target Added preview of delimited text file in Session Wizard for easy selection of delimiter Improved scheduler - tasks can now be repeated (even every minute if needed) for a specific time duration - and force stopped if they run too long Bulk mode temporary files written asynchronously for best performance. We used a very nice class written by Dmitry Streblechenko (dmitrys@asu.edu) in 1997. You can now specify client and server for for the bulk mode temporary files for each target, and override it per session Trial does not expire anymore, to help those who need more time evaluating DBF files are no more locked for writing during conversion Fixed progress bar display (last write batch didn't update the progress bar) Fixed Firebird default value parsing |
| Full Convert MySQL Edition 3.1 | Nov 16, 2007 | Major Update | Massive data transfer speedup! Added support for MySQL LOAD DATA bulk mode Added support for PostgreSQL COPY bulk mode Improved process of conversion from SQL2005 to SQL2000 or earlier Added warnings to the conversion log Empty tables are now immediately skipped when copying data Added handling of duplicate DBF indexes Added autorename of duplicate DBF fields Added visual clue icon to clear when the table is being open, when Full Convert processes data, and when the target database processes the data Added global datatype conversion override for each target Added preview of delimited text file in Session Wizard for easy selection of delimiter Improved scheduler - tasks can now be repeated (even every minute if needed) for a specific time duration - and force stopped if they run too long Bulk mode temporary files written asynchronously for best performance. We used a very nice class written by Dmitry Streblechenko (dmitrys@asu.edu) in 1997. You can now specify client and server for for the bulk mode temporary files for each target, and override it per session Trial does not expire anymore, to help those who need more time evaluating DBF files are no more locked for writing during conversion Fixed progress bar display (last write batch didn't update the progress bar) Fixed Firebird default value parsing |
| Full Convert MySQL Edition 3.0 | Oct 20, 2007 | Major Update | Massive data transfer speedup! Added support for MySQL LOAD DATA bulk mode Added support for PostgreSQL COPY bulk mode Improved process of conversion from SQL2005 to SQL2000 or earlier Added warnings to the conversion log Empty tables are now immediately skipped when copying data Added handling of duplicate DBF indexes Added autorename of duplicate DBF fields Added visual clue icon to clear when the table is being open, when Full Convert processes data, and when the target database processes the data Added global datatype conversion override for each target Added preview of delimited text file in Session Wizard for easy selection of delimiter Improved scheduler - tasks can now be repeated (even every minute if needed) for a specific time duration - and force stopped if they run too long Bulk mode temporary files written asynchronously for best performance. We used a very nice class written by Dmitry Streblechenko (dmitrys@asu.edu) in 1997. You can now specify client and server for for the bulk mode temporary files for each target, and override it per session Trial does not expire anymore, to help those who need more time evaluating DBF files are no more locked for writing during conversion Fixed progress bar display (last write batch didn't update the progress bar) Fixed Firebird default value parsing |
| Full Convert MySQL Edition 2.17 | Aug 14, 2007 | Major Update | Added ability to directly type in the name of MySQL database in the Session Wizard, for users who can't connect with a blank database to get a list of available ones Fixed missing PostgreSQL access DLLs. We have added missing DLLs to our release Fixed 'Data copying for existing tables' error for new projects |
| Full Convert MySQL Edition 2.16 | Jul 7, 2007 | Major Update | Added support for PostgreSQL as both source and target (Enterprise required for the target) Added filter in Table Settings. You can now specify the "WHERE clause" to filter out the source data for any table. This is only supported for relational source databases. Speed up of MySQL connection time by not using slow information_schema to read metadata Added advanced options to the Session Wizard (Enterprise only): Select tables with different size, Data copying for existing tables, Clear All Table Settings Added an option to auto-save error log Changed trial mode. No more records/column limitation, now we simply stamp the data with ***TRIALMODE*** every few records Improved compatibility with SQL Server 6.5 TEXT datatype is now by default converted to VARCHAR(MAX) if SQL2005 is used as a target BLOBs are now by default converted to VARCHAR(MAX) if size is larger than 8000 characters and SQL2005 is used as a target Added support for 'USING BTREE' clause in MySQL index definition Full Convert won't automatically rename identifiers which are reserved words in target database anymore. There is an option to turn this behavior on. Scientific number notation is not used anymore for SQL Server target because SQL2005 no longer supports it in BULK INSERT by default Oracle sequence and trigger names are now trimmed to 30 characters Fixed connection issue when SQL Server is running on a different port than default Fixed the problem where Access and SQL Server data only preserved 4 digits behind decimal point Fixed occasional errors with BULK INSERT of BLOB and DATETIME data on SQL Server target Fixed the handling of case when Interbase doesn't fill-in certain metadata values Fixed parsing of Access indexes |
| Full Convert MySQL Edition 2.13 | Feb 16, 2007 | Major Update | Added support for Access 2007 Added quick-select of local SQLExpress Added "quiet" command-line switch which hides the application window Added ability to override Interbase/Firebird library from default GDS32.DLL Improved Interbase/Firebird structure reading. Option to read full Interbase/Firebird schema at once has been removed. Fixed TXT import where character "r" was left at the end of the last field in line Fixed DBF memo reading in certain versions of DBF |
| Full Convert MySQL Edition 2.12 | Nov 24, 2006 | Major Update | Added optional parsing of SQL Server views as if they were tables. Enterprise only. Added default SYSDBA/masterkey username/password for the Interbase/Firebird connection Added recognition whether Interbase or Firebird is used and graceful override of functionality unsupported in Interbase. For example, read large table in chunks in supported in Firebird, but not in Interbase. Added workaround for Interbase/Firebird bug where server does not support direct reference of columns named as reserved words. Added option to skip primary key creation for Oracle target Changed code signing to Verisign instead of Thawte in preparation for "Certified for Windows Vista" logo program when Windows Vista is released Fixed unsupported CLOB syntax in Oracle versions less than 10 |
| Full Convert MySQL Edition 2.11 | Oct 10, 2006 | Major Update | Rewritten delimited text file handling. It is now not cached anymore, resulting in great memory consumption saving. Full Convert now handles text files of hundreds of GB of size easily. Added option to skip prefix and suffix lines in the delimited text file. This allows to bypass header comment and summary info, for example. Added reports of the source and target tables with their record counts (Enterprise only) Greatly speeded up Oracle and SQL Server standard SQL inserts. You can tweak Options (Insert data in batches) and vary number of records inserted per batch to maximize throughput on your machine. Added auto select in Session Wizard. Enterprise only. Added recognition of all reserved words in target databases. If a table or column name is a reserved word, an underscore character will be appended in the generated target name. Added optional parsing of Oracle views as if they were tables. Enterprise only. Fixed data throughput calculation not to include opening of the table, only data copying Removed dependency of the generated DATETIME SQL string on the system regional settings Fixed handling of tables with quotes in the name in the Table Settings Fixed built-in optional conversion of LONG to VARCHAR/CLOB in Oracle 8 Fixed occasional trimming of last character in the last DBF table field Fixed detection of deleted DBF records Fixed Oracle fast loader inability to find table when preserve table and column case is selected in Options Fixed parsing of Paradox negative smallint and int values |
| Full Convert MySQL Edition 2.10 | Sep 1, 2006 | Major Update | Added support for Views in ODBC. Enterprise only. Force close of the application during conversion is now properly handled and this event is logged in the error log Fixed interpretation of Oracle DATE datatype as DATETIME in the other database engines |
| Full Convert MySQL Edition 2.9 | Aug 17, 2006 | Major Update | Added per-session options. You can now choose to convert schema only, append data, skip indexes etc. without setting this up for all tables separately at the Table Setting dialog. Enterprise only. Reading tables in chunks is now off by default in Enterprise. This maximizes speed, and users who convert huge databases can always turn this on to avoid big memory load. Added ability to apply prefix to indexes and constraints, not only to tables. This is handy when loading several copies of the database into the same target database. Added support for BCD datatype in Paradox Added auto-refresh every 3 seconds in the Scheduler task list Improved support for LONG datatype in Oracle Fixed parsing of tables in MySQL. Views were treated as tables, now they are ignored. Fixed Paradox reader, in rare cases table reading was ended prematurely Fixed a situation where SQL Server target in certain rare circumstances mixed blob text/binary attribute Fixed reading of NUMERIC datatype from DBF source. It was converted into DOUBLE, and now is marked as DECIMAL of correct precision as scale. Fixed reading of CURRENCY datatype from the Access source. It was converted into DECIMAL, and now is marked as MONEY. Fixed exception when "override_file" command line parameter was invalidly specified in Enterprise Fixed non-initialized NULL values when using Oracle fast loader Fixed hiding of the Welcome Dialog - the option in question was ignored |
![]() | ![]() | ![]() |
| EMS Data Export 2007 for PostgreSQL Program to export data from PostgreSQL databases into the most popular formats. | EMS Data Comparer 2007 for MySQL Powerful and easy-to-use utility for data comparison and synchronization. | EMS DB Extract 2005 for MySQL Utility for creating database backups in a form of SQL scripts. |