FireDAC.Stan.Option.TFDResourceOptions.CmdExecTimeout
Delphi
property CmdExecTimeout: Cardinal read GetCmdExecTimeout
C++
__property unsigned CmdExecTimeout = {read=GetCmdExecTimeout, write=SetCmdExecTimeout, stored=IsCETS, default=-1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDResourceOptions |
Description
Controls the DBMS action execution timeout.
Use the CmdExecTimeout property to control the DBMS action execution timeout. The value < = 0 means no timeout. The default value is -1
. The time is expressed in milliseconds (0.001 sec).
This property controls the timeout of the following methods:
- TFDRdbmsDataSet.Open, TFDCustomCommand.Open
- TFDDataSet.Execute, TFDCustomCommand.Execute
- Fetching in TFDDataSet, TFDCustomCommand.Fetch