var fDesc=new Array(); fDesc[0] = "DBConvert for MySQL and DB2 is an effective conversion tool for accurate and quick data transferring from DB2 to MySQL and vice versa. There is an alternative to overcome server limitations using Dump file or PHP script.

Main Features:

- CLOB, BLOB, BINARY LARGE OBJECT DB2 data types smooth conversion to MySQL types.
- The ability to use MySQL Dump and PHP script."; 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 = ''; } }