KISAMReadRowid

int KISAMReadRowid(KHAND handle, char *lpRecbuf, ROWID rowid)

Parameter Type Purpose
handle KHAND handle of table to be searched
lpRecbuf char * record buffer to receive the row. May be NULL if only key required.
lpKeybuf char * buffer to hold the key. May be NULL if not required.

This function reads a record bypassing the index provided its rowid is known from a previous indexed operation.