TurboDB VCL/CLX Component Library
TTdbTable.UnlockTable
TTdbTable   See also
Top 


Removes a previously applied lock on a TurboDB table.

procedure UnlockTable(LockType: TTdbLockType);

Description
Call UnlockTable to remove a lock previously applied to a database table. LockType specifies the lock to remove.
Removing a write lock enables other applications to read a table. Removing a total lock enables other application to write to a table.