Click or drag to resize

DbServer.UnLock Method (Usual)

X#
Release a specified lock or all locks.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD UnLock(
	nRecordNumber
) AS USUAL CLIPPER
Request Example View Source

Parameters

nRecordNumber (Optional)
Type: Usual
The number of the desired record. If 0 or omitted, all locks for this server are released, record locks as well as file locks.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also