xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

DbUnlockAll()

Unlocks all records and releases all file locks in all work areas.

Syntax

DbUnlockAll() --> NIL

Return

The return value is always NIL.

Description

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.

Info

See also:DbRLock(), DbRLockList(), DbUnlock(), FLock(), RLock(), UNLOCK
Category: Database functions , Network functions
Source:rdd\dbcmd.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe