var fDesc=new Array(); fDesc[0] = "A power SQL Query Tool for any databases. Provides console and GUI application; Supports Oracle, MS-SQL, PostgreSQL, MySQL, Access, Excel and so on, everyone can manage all of them in one program.

Features:
1. Provided Console Application (sqla.exe) and Windows Graphical User Interface (GUI) Application (wsqla.exe).
2. Supports most of popular DBMS in the world. (i.e.: Oracle, SQL Server, PostgreSQL, MySQL, Access, Excel, Visual Foxpro and DSN)), anyone can manages any databases via SQL statements anywhere.
3. All types of SQL queries can be scripted.
4. Output results in basic text format (table style or list style).
5. Provided abundant in SQL*All commands.(i.e. SHOW DATABASES, SHOW TABLES, HOST, START and etc. Type "help;" or "?" to get help)
6. Spool all comands and logs.
7. Load SQL Script File (*.sql) directly."; 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 = ''; } }