Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DbVisualizer uses the delimiters specified in the Tool Properties dialog, in the SQL Commander/Statement Delimiters category under the General tab, to separate one statement from the next. Usually semicolon ";" following the actual statement and "go" (the latter should follow the statement immediately on a new row after the statement that should be executed). The "go" command supports setting the number of times the statement should be executed. Example "go 5" which will then execute the statement 5 times.

The result of the execution is displayed in the results area based on the type of results result(s) that are returned. If there are several results and an error occurred in one of them, the Log tab is automatically displayed to indicate the error. 

...