|
AnyDAC
|
Specifies what parts of a SQL script must be echoed to console.
Set EchoCommands to one of the values, to enable SQL script commands echo output to a script console:
|
Value |
Description |
|
ecNone |
No commands will be output. |
|
ecSQL |
Only SQL and PL/SQL commands will be output. |
|
ecAll |
SQL, PL/SQL and the script control commands will be output. |
The default value is ecSQL. The output to the console is performed only when ConsoleOutput is True. When a command text is greater than EchoCommandTrim, then the command text will be trimmed to the specified by EchoCommandTrim length.
The property may be set from a script using SET ECHO OFF | ON [SQL|ALL] [TRIM <size>] command.
property EchoCommands: TADScriptEchoCommands;
|
What do you think about this topic? Send feedback!
|