iswrcurr

write the current ISAM record

SYNOPSIS

int iswrcurr( int isfd, char * data );

isfd isam file identifier
data pointer to data record to be written

RETURN

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

NOTES

as for iswrite, but the current pointer in the current index will be set to the record just written.