isRewCurr

rewrite the current ISAM record

SYNOPSIS

int isRewCurr( IsFile * isfd, char * data );

isfd isam file descriptor
data image to replace the current record

RETURN

ISTRUE, or ISFALSE, in which case the error code is returned by isErrno, or found in isfd->iserrno

NOTES

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

the original data image can be found in isfd->data on return.