KISAMDelete

int KISAMDelete(KHAND handle, ROWID rowid)

Parameter Type Purpose
handle KHAND handle of table containing row to be deleted
Rowid ROWID The rowid of the record to be deleted. This must have been locked in a previous KISAMReadHold operation.

This function will delete from a table a record which has previously been locked by a KISAMReadHoldKey or KISAMReadHoldNext. That function returned a row identifier rowid which is passed here as the second argument.