Online Documentation for SQL Manager for MySQL

SQL Script


CheckBox Abort script on error

If this option is checked, script execution is aborted if an error occurs.

 

CheckBox Enable parsing

With this option checked, SQL Script Editor parses the loaded script to enable fast navigation in the Script Explorer tool.

 

CheckBox Show message when done

Displays a message box on finishing script execution.

 

CheckBox Execute selected text separately

Check this option to allow execution of the selected statement separately.

 

CheckBox Don't clear error list on selected text execution

If this option is checked, the error list is not cleared upon execution of the selected statement.

 

CheckBox Skip unknown statements

If the option is disabled, the execution of unknown statement in script results in error. Enable the option to skip such statements and continue performing script.

 

CheckBox Disable all code features in SQL Script

This option disables code completion, code folding, highlight and all options that are set on the Quick Code page. For options that are set on the Color page, the defaults will be applied.

 

Environment Options - Tools - SQL Script

 

 

Database options

 

CheckBox Register newly created databases

Enable the option to register newly created databases in SQL Manager for MySQL.

 

CheckBox Connect automatically to just created database

Check the option to connect to newly created database automatically.

 

 

Transaction options

 

CheckBox Rollback on abort

This option is only available if the Abort script on error option is checked. This option evokes automatic rollback when script execution is aborted.

 

CheckBox Start transaction automatically if needed

If the option is enabled then transaction starts automatically after statements is executed. Otherwise, the BEGIN statement is required for transaction to start.

 

 


See also:

SQL Script Editor