var fDesc=new Array(); fDesc[0] = "EMS SQL Query for DB2 is a useful tool that lets you build SQL queries to IBM DB2 databases. Using this query utility you can work with several DB2 queries at once, edit query text in the powerful SQL editor, view the execution results in different modes, create DB2 queries with unions and subqueries visually, build diagrams based on queries, view DB2 query execution plans and much more.

Features:
- Works simultaneously with several queries in separate windows.
- Allows navigation within recently used queries and selecting the required queries.
- Provides tools for data grouping and filtering.
- The ability to create diagrams based on queries.
- Powerful BLOB viewer/editor with several types of viewing BLOB data."; 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 = ''; } }