var fDesc=new Array(); fDesc[0] = "FlySpeed DB Migrate to MySQL is a timesaver for database migration to MySQL and data transfer tasks. It successfully copes with two main problems occured during migration to MySQL database server from another:
* Full transfer of the database tables structure and data in regards to all the fine points of the MySQL database server
* Data transfer into already existing MySQL tables with ability to maintain data actuality afterwards (single-side synchronization).
FlySpeed DB Migrate to MySQL provides rapid data migration across databases ensuring lossless data integrity. It allows modification of a MySQL database structure and data with ease. With FlySpeed DB Migrate, you gain the control you need during the migration process.
FlySpeed DB Migrate Key features

* Complete or partial transfer of database schema and data.
* Restructure/Transform schema and data with ease during migration.
* Transfer data into existing MySQL tables within the destination database.
* Transfer new/updated/deleted records only (single-sided data synchronization).
* Generation of SQL Script (Dump) for future execution on the destination MySQL Server.
* Running data synchronization tasks in one click using the Command-line tool.
* Full automation of migration process with the Task Scheduler and OLE Automation.
* Full monitoring and control over the database generation process.
* Full Unicode support."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }