unlock( )
Topic group Related topics Example
Releases row and rowset locks.
Syntax
<oRef>.unlock( )
<oRef>
The rowset that contains the lock.
Property of
Rowset
Description
unlock( ) releases automatic row locks and locks set by lockRow( ) and lockSet( ).
You cannot release locks during a transaction.