Used to specify the amount of time to attempt execution of a command.
property CommandTimeout: integer default 0;
Use the CommandTimeoutr property to specify the amount of time to attempt execution of a command.
Use CommandTimeout to specify the amount of time that expires before an attempt to execute a command is considered unsuccessful. Is measured in seconds.
If a command is successfully executed prior to the expiration of the seconds specified, CommandTimeout has no effect.
In the case of exceeding waiting time error CR_SERVER_LOST 'Lost connection to MySQL server during query' raises.
The default value is 0 (infinite).