standard.db.sql.ODBCLock

ODBCLock is available since version 1.0.

Prototype:

boolean ODBCLock(number statement)

Parameters

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

Description:

Lock the access to a record. To unlock, call ODBCUnlock.

Return value:

Return true if succeeded, false if failed.