DBF UNLOCKF()
From Recital Documentation Wiki
PURPOSE
Unlock a file
SYNONYM
api_dbf_unlockf()
SYNOPSIS
#include "dbapi.h" int DBF_UNLOCKF() <input parameters> none <output parameters> none
DESCRIPTION
The DBF_UNLOCKF() function will unlock the currently selected database.
EXAMPLE
The following example unlocks the current database.
#include "dbapi.h" dbapi_dbf_unlock() { int rc; rc = DBF_UNLOCKF(); _retl( rc ); }
SEE ALSO
BLOB_UPDATE(), BLOB_WRITE(), DBF_APPEND(), DBF_DELETE(), DBF_ISEXCLUSIVE(), DBF_ISREADONLY(), DBF_LOCKF(), DBF_LOCKR(), DBF_RECALL(), DBF_UNLOCKR(), DBF_UPDATE(), FIELD_UPDATE(), MEMO_UPDATE(), MEMO_WRITE()