FireDAC.Comp.Script.TFDScriptOptions.FeedbackScript
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptOptions | |
Delphi
property FeedbackScript: Boolean read FFeedbackScript write FFeedbackScript default True;
C++
__property bool FeedbackScript = {read=FFeedbackScript, write=FFeedbackScript, default=1};
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.