xHarbour Reference Documentation > Function Reference |
Unlocks all records and releases all file locks in all work areas.
DbUnlockAll() --> NIL
The return value is always NIL.
The function iterates over all open work areas and releases file and record locks in each work area. It does the same as function DbUnlock() so that all work areas are processed within one function call.
See also: | DbRLock(), DbRLockList(), DbUnlock(), FLock(), RLock(), UNLOCK |
Category: | Database functions , Network functions |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com