var fDesc=new Array(); fDesc[0] = "Operate with a whole database or select only needed tables, fields, indexes and foreign keys to proceed! Reach the desired result by simply configuring of several options through Wizard interface or in command line mode! DBSync for Access & MySQL is also applicable for MySQL database synchronization and migration to another MySQL database or even to another MySQL server. Moreover, DBSync for Access & MySQL is quite well for copying and synchronizing MS Access database with another MS Access database.DBSync for Access & MySQL is a reliable bi-directional database migration tool which allows you to synchronize and convert from:MS Access to MySQL; MS Access to MS Access;MySQL to MS Access; MySQL to MySQL."; 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 = ''; } }