AnyDAC
ContentsIndexHome
PreviousUpNext
TADScriptOptions.FeedbackScript Property

Controls the feedback output after each SQL script execution.

Group
Links

Set FeedbackScript to True, to enable the feedback output after each SQL script execution. The feedback may include:

  • the script name to execute;
  • the number of errors returned, while the script was processing;
  • the script execution time, when Timing is True.

The default value is True.

property FeedbackScript: Boolean;
What do you think about this topic? Send feedback!