AnyDAC
ContentsIndexHome
PreviousUpNext
TADScriptOptions.FeedbackCommands Property

Controls the feedback output after each SQL command execution.

Group
Links

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

  • the number of rows fetched for the commands returning a result set;
  • the number of rows updated by the INSERT/ UPDATE / DELETE SQL commands;
  • the command execution time, when Timing is True;
  • DB properties after connecting to a DB using CONNECT command;
  • the number of processed rows by the COPY command.

The default value is True. 

The property may be set from a script using SET (FEEDback | COUNT) (OFF | ON) command.

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