var fDesc=new Array(); fDesc[0] = "EMS Data Export for DB2 is a powerful program to export your data quickly from IBM DB2 databases to any of 19 available formats, including MS Access, MS Excel, MS Word, RTF, HTML, XML, PDF, TXT, CSV, DBF and others. DB2 Data Export includes a wizard, which allows you to set export options for each table visually (destination filename, exported fields, data formats, and many more) and a command line utility to export data from tables and queries in one-touch.

Key Features:
- Exporting data to 19 most popular formats: MS Excel, MS Access, MS Word, RTF, HTML, PDF, XML, TXT, DBF, CSV, ODF, SYLK, DIF, LaTeX, SQL, Clipboard and others
- Exporting data from several tables, views or queries at the same time
- Selecting fields to export and changing their order
- Adjustable parameters for each exported table and specific parameters for each output format
- Saving all export parameters set on current wizard session to the configuration file
- Command-line utility to automate your export jobs using the configuration file
- Latest DB2 version support
- User-friendly wizard interface"; 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 = ''; } }