 |
Access to SQL can be restricted by User ID - optionally can restrict access to only SELECT statements |
 |
Does not require iSeries licensed program "SQL Developers Kit" |
 |
Enter multiple SQL statements and run at one time |
 |
Save SQL statements to workstation as "Scripts" – can be reopened and ran later |
 |
Save SQL statements to source member on iSeries - can then run natively on iSeries using RUNSQLSTM command |
 |
Includes dozens of sample SQL statements to select from |
 |
Includes SQL wizard for graphically defining SELECT, INSERT, UPDATE & DELETE statements |
 |
Accepts a copied SQL statement from another application |
 |
Search for and optionally replace values in SQL Scripts |
 |
Comments can be entered between SQL statements |
 |
View SELECT results in a spreadsheet-like window |
 |
Print SELECT results to printer of choice |
 |
Export SELECT results to the clipboard, Excel, comma delimited format, tab delimited or HTML format |
 |
View query optimizer messages in the JOB LOG for SQL performance tuning |
 |
SQL log window keeps track of prior statements entered with result messages |
 |
Copy a previous SQL statement from the log window and paste in the editor to rerun |
 |
Full error reporting |
 |
Choose between SQL Naming or System Naming Convention |