[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should the SET TERM directive be recognized
Source position: sqldb.pp line 664
published property TSQLScript.UseSetTerm; |
UseSetTerm can be set to True to let TSQLScript automatically handle the SET TERM directive and set the TSQLSCript.Terminator character based on the value specified in the SET TERM directive. This means that the following directive:
SET TERM ^ ;
will set the terminator to the caret character. Conversely, the
SET TERM ; ^
will then switch the terminator character back to the commonly used semicolon (;).
|
Terminator character. |
|
|
The script to execute |
|
|
List of directives |