var fDesc=new Array(); fDesc[0] = "EMS Data Export for MySQL is a powerful program to export your data quickly from MySQL databases to any of 19 available formats, including MS Access, MS Excel, MS Word (RTF), HTML, XML, PDF, TXT, CSV, DBF and more. Data Export for MySQL includes a wizard, which allows you to set export options for each table visually (destination filename, exported fields, data formats, and many others) 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
- Unicode data support
- 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 MySQL version support
Connecting via local port forwarding through the SSH tunnel
- Access to MySQL Server through HTTP protocol
- 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 = ''; } }