Online Documentation for SQL Manager for InterBase/Firebird
Compile window
The Compile window is used to trace the errors and edit SQL statements during their compilation. The compilation window appears each time metadata is changed, both when the compilation is successful and when there are compilation errors.
Statement sequence
This area contains the list of operations and the result of their parsing (successful or error).
Selected statement
This area displays the SQL statement pending to be executed to perform metadata changing. In this area you can view and edit the SQL statement.
In case of a compilation error the Error tab also becomes visible - here you can view the error description returned by the server.
Commit
This button starts execution of the statement(s). Click it to commit the current transaction. This button is available only if there were no errors in compilation.
Rollback
This button cancels the script execution and allows you to return to the previous stage (editor window or DB Explorer).
Rollback and Recompile
This button calls for recompilation with the changes you made in the Selected statement editing area. Use this button after correcting the SQL statement.
If necessary, you can copy information to clipboard and save it in a text editor afterwards (the button is only enabled when a compilation error occurs).
If you want this window to appear only in case of an error, uncheck the Confirm successful compilation option (checked by default) available within the Confirmations section of the Environment Options dialog.
If object compilation requires recompilation of its dependencies, the Compile window looks like in the screenshot below.