var fDesc=new Array(); fDesc[0] = "The program supports latest DB2 versions and has the ability to export DB2 data from several tables, views or queries at the same time. Data Export for DB2 includes a wizard, which allows you to set DB2 export options for each table visually (destination filename, exported fields, data formats, and much more) and a command line utility to export DB2 data from tables and queries in one-touch.

EMS Data Export for DB2 is a powerful tool to export DB2 database data quickly to any of 20 available formats, including MS Access, MS Excel, MS Word (RTF), HTML, XML, PDF, TXT, CSV, DBF, ODF and others."; 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 = ''; } }