var fDesc=new Array(); fDesc[0] = "With the MS Access to MySQL database converter you can convert MS Access files easily and quickly into MySQL ones. One of the advantages of this particular converting software is that it will not damage or destroy any of the records that are to be converted. This is because the program is read-only and will convert only what the user chooses, whether an entire database or just selected parts of it.

All versions of the MS Access program are supported by the MS Access to MySQL database converter software. This is also true for the MySQL server. The converting software contains all of the necessary data types and attributes so that there will be no conversion difficulties.

The MS Access to MySQL database converter is accurate and also has the ability to convert MS Access files that are protected by a password. The converted records can also be overwritten. Everything can be converted to MySQL including tables, attributes and indexes.

The program itself is very easy to use. No prior experience is required and the user interface is also very clear because of the graphics and organized so that it is intuitive."; 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 = ''; } }