isrewcurr

rewrite the current ISAM record

SYNOPSIS

int isRewCurr( int isfd, char * data );

isfd isam file identifier
data image to replace the current record

RETURN

SUCCESS, or a negative value on error, in which case the error code is found in iserrno.

NOTES

the contents of the current record in the data file will be replaced with the image passed, and all related indexes updated.