Full Convert Access Edition

Version history for Full Convert Access Edition shows you how often it was updated over the past months (starting Mar 30, 2006) as well as 'what is new' information for each update (if available, since this information provided by the author).

Version: 3.2
Size: 6576KB
OS: Win 98/ME/NT/2000/XP
Interface:
Description: Full Convert provides powerful and comfortable way to convert data of many databases. Databases supported: Microsoft Access, dBase, FoxPro, Microsoft Excel documents, Interbase / Firebird, Lotus 1-2-3, MySQL, Oracle, Paradox, SQL Server, Text, ODBC, XM


v 3.2 updated on Dec 07, 2007

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


v 3.1 updated on Nov 28, 2007

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


v 3.0 updated on Oct 24, 2007

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


v 2.8 updated on Jul 23, 2006

Fixed Interbase/Firebird huge tables reading by chunks in Enterprise Fixed Oracle option to change (N)CLOBs to (N)VARCHARs Relaxed conditions to be able to take advantage of Oracle fast loader. Now (N)CHARs and (N)VARCHARs can be used as well. Oracle target now (again) uses internal fast loader as default. You can enable standard inserts in Options dialog.


v 2.6 updated on Jul 08, 2006

ODBC support fully rewritten. It is now much faster and very reliable. Changed Table Settings behavior - global name changing options are applied even when user has defined table settings - to allow easy global uppercasing or similar situation Added character set translation in Enterprise to Paradox reader in addition to DBF Added parsing of FoxPro DBC file to allow for long field names In Enterprise version, added ability to override session connection parameters using command line switches or using external file Mapped minus character in table names to underscore character for Oracle target License info now displays whether it is single user, site, or worldwide license MySQL table engine is now by default preserved when converting to MySQL (as a backup for example) Added default username to use when specifying MySQL connections - default is "root" Added ability to overwrite index names during schema parsing. This is useful when you have indexes with same names, target databases mostly do not support that. Added support for Oracle ROWID datatype Added trimming of trailing spaces in the DBF source strings Full Convert now adds size to index column when target database is MySQL and column in question is BLOB. This can happen when source VARCHAR results with target TEXT datatype for example. Size is customizable in Options dialog. Oracle target now uses standard inserts with append hint as default. You can enable internal fast loader in Options dialog. Oracle and Interbase/Firebird target schemas are by default now created as case-insensitive. This overrides name transforms settings in Options, unless it is set to case-sensitive, in which case global options are applied. Saving log files now prompts whether to overwrite if the file already exists Fixed occasional failure to override blanks in not-null fields when Oracle direct loader is used Fixed incorrectly calculated memo length in dBase7 reader Fixed occasional invalid trimming of column names in Oracle constraints Fixed occasional invalid display of accented character in built-in data grid Fixed invalid interpretation of Integer columns as autoinc in DBF reader


v 2.5 updated on Jun 13, 2006

Added support for dBase7 format Added ability to deselect incorrectly defined fields in Table Settings Direct loader for Oracle now also handles blanks in not-null fields In Enterprise version, reading of large tables in chunks always fetched 50.000 records at a time. It now uses a value defined in Options. In Enterprise version, added APPEND hint to Oracle loading modes definition DBF tables with more than 255 columns are now supported Fixed occasional incorrect interpretation of SQL Server column nullability property


v 2.4 updated on May 04, 2006

Advanced table settings added to Session wizard in Enterprise version. Ability to override default conversion parameters on table and column level. Direct Oracle fast loader is now turned on by default. It enables tenfold speedup compared to traditional SQL inserts, but is not used for tables containing blobs. Added support for FoxPro and dBase over OLEDB, for customers who want to connect this way. This has to be turned on in Options. MySQL target is now able to dynamically reorder colums and add index if needed for auto_increment columns to work. Also, only the first auto_increment column will keep this property, all the others will have this property reset because of MySQL's limitation of one autoinc column per table. Added ability to specify default database folder in Options dialog Added check for online updates (latest version) DBF reader now recognizes field nullability, hidden fields and autoinc fields DBF reader now parses CDX files to support translation of indexes Session saving is now enabled in trial Fixed reset of Options on cancelling of Options dialog Fixed handling of MySQL indexes' column length Fixed handling of MySQL fulltext indexes Fixed bug in trial where 5 records test mode was sometimes ignored and test mode was forced to 5 columns mode


v 2.3 updated on Mar 30, 2006

Added creation of unique constraints to Interbase/Firebird tables where needed for foreign key recreation Added creation of unique constraints to Oracle tables where needed for foreign key recreation Added support for Oracle timestamp data type Fixed handling of Interbase/Firebird tables containing quotes in their name Fixed handling of Interbase/Firebird BLOB sub types Fixed parsing of MySQL tables containing spaces in their name Fixed reading of Oracle float type precision


Go back to the Full Convert Access Edition review

SPONSORED LINKS