int KISAMUnlock(KHAND handle, ROWID lRowid)
Parameter | Type | Purpose |
handle | KHAND | handle of table containing the locked row |
lRowid | ROWID | The rowid of the record to be unlocked. This must have been locked in a previous KISAMReadHold operation. |
This releases a row lock on a record established by a previous KISAMReadHoldKey or KISAMReadHoldNext.