standard.db.sql.ODBCUnlock

ODBCUnlock is available since version 1.0.

Prototype:

boolean ODBCUnlock(number statement)

Parameters

statement
[in] the statement handle (or result set) as returned by ODBCStatement, ODBCListTables, ODBCListColumns, ODBCListTypes or ODBCExecuteQuery

Description:

Unlock the access to a previously locked record. Records can be locked by calling ODBCLock.

Return value:

Return true if succeeded, false if failed.