ODBCUnlock is available since version 1.0.
Prototype:
boolean ODBCUnlock(number statement)
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.