TurboDB VCL/CLX Component Library
TTdbLockType
TTdbTable
See also
Top
Indicates the kind of lock to apply.
TTdbLockType = (tltWriteLock, tltTotalLock);
Description
tltWriteLock A write lock prevents other applications from writing to the table
tltTotalLock A total lock prevents other applications from accessing the table