LiteDAC

TLiteConnectionOptions.BusyTimeout Property

Used to set the timeout for a locked resource (database or table).

Class

TLiteConnectionOptions

Syntax

property BusyTimeout: integer default 0;

Remarks

Use the BusyTimeout property to set the timeout in milliseconds for a locked resource (database or table). If the resource is not unlocked during this time, SQLite returns the SQLITE_BUSY error. The default value is 0.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback