Release Notes for the GM - SQL Executer
- Quick access to connection property dialog via context menu of SQL editor added.
- Quick access to SQL Statement property dialog via context menu of data grid added.
- Double click on tables, views and procedures in the schema tree opens them in a new data edit grid.
- Schema information shown by the schema tree selectable via context menu now.
- Severe problem in borlands ComServ unit fixed (replaced by GMComServ unit).
The problem will make the application crash when it's COM classes have not been registered
and it is started from a non-admin account.
- ODBC Error list did not show on Win 2000 until error dialog was rezied.
- *.sql file registration is done by the installer instead of the application now.
- Some minor corrections.
- Much faster version of syntax editor component used now.
- Editor Undo and redo lists cleared after file load now.
- All GM-Controls do opaque painting now and ignore windows erase messages. This eliminates re-draw flicker.
- Readonly files will put the editor in readonly mode now.
- Access violation when closing connections fixed.
- Now the toolbar is dockable and has a chevron popup for clipped controls.
- Focus hangup in ODBC connection dialog fixed.
- Compiled with latest version of GM-Components.
- Windows XP common controls 6.x style now supported.
- Setup now build with NSIS.
- No file re-load question after own file changes anymore.
- Editor find and replace added.
- Complete source code included now.
- Many minor changes.
- First Charachter in the editor was ignored when executing statements, fixed.
- Execution errors for single statements are written to log window now.
- More hotkeys added.
- Record fetch errors are indicated by the field values now instead of raising an exception.
- Logarithmic record count includes records with fetch errors now.
- Tool button bar is scrollable now.
- Position and search edit for SQL query added.
- Grid column title click sort wroks again.
- New application icon.
- Last statement where not correctly detected by the navigation buttons when not followed by whitespace.
- Recent connections menu sometimes contained connections more than once.
- Opening of connections is now delayed until the first statement is executed.
- Transparent alpha blended column drag with auto scroll supported by the data grids now.
- Current SQL slect statement reopened now.
- Column arrangement of data grids remebered now.
- Warning if the SQL file has been changed from outside the application added.
- Execution times were not correctly calculated.
- Grid row color and statement background color can be changed now.
- Build with v4.6.2 of GM-Components.
- Dekstop remembered more DB connections than actually opened, fixed.
- Unlimited number of simultaneuos DB connections via ODBC.
- Typing and executing single or multiple SQL statements directly.
- Editing and executing SQL scripts.
- SQL syntax highlighting editor.
- Current statement highlighted by backgroud color.
- Autodetecting current statement while typing.
- All types of comments recognized.
- Schemata of connected databases can be shown in dockable TreeViews.
- Schema names can be dragged from the tree nodes into the editor.
- Multiple log settings when executing statements and scripts.
- The log can be saved, copied, searched and printed.
- Result sets of select statements are shown in a data grid allowing direct editing of the data.
- COM Interface for activation of the SQL Executer from other applications.
- Autocommit or manual commit transactions.
- Recent script files remembered.
- Complete desktop remembered on startup.