xHarbour Reference Documentation > Command Reference |
Releases file and/or record locks in the current or all work areas
UNLOCK [ALL]
The UNLOCK command releases file and record locks in the current or all work areas previously set with RLock() or FLock().
Locking is required when a database is open in SHARED mode and changed data must to be written to a database file.
See also: | DbRUnlock(), DbUnlock(), DbUnlockAll(), FLock(), RLock(), SET RELATION, USE |
Category: | Database commands |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com