var fDesc=new Array(); fDesc[0] = "Tabbed Database Browsing - Organize your SQL queries
Export DATA from SQL to Excel. Spool SQL output to Excel, HTML, CSV. Chain Multiple SQL Queries in one view. Drill from one query to another,Feed output of one SQL as input to another SQL query. Free Discoverer, EUL, Oracle,ERP, Sysadmin, database browser Dashboards. Format your SQL output with different colors, ability to format each data element. When you export to Excel, it retains the Data element format with all the header and data colors, font settings. Use it as Datawarehouse Front End,see all your data from your Data warehouse and your source system (Oracle Applications, SAP, PeopleSoft, Siebel) in one place. Connect to multiple databases in the same view. Create Ad-hoc queries and reports. Lightweight BI Dashboard Tool to monitor your Metrics, KPI, measures, meta data, transaction and critical data. Uses JDBC to support multiple databases"; 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 = ''; } }