FireDAC.Comp.Script.TFDScriptOptions.FeedbackScript

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FeedbackScript: Boolean read FFeedbackScript write FFeedbackScript default True;

C++

__property bool FeedbackScript = {read=FFeedbackScript, write=FFeedbackScript, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Controls the feedback output after each SQL script execution.

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

  • The script name to be executed.
  • The number of errors returned while the script was processing.
  • The script execution time when Timing is True.

The default value is True.

See Also