isWrite

write an ISAM record

SYNOPSIS

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

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

RETURN

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

NOTES

if successful this call will add the data record to the data file and create an appropriate key in all indexes.

SEE ALSO

isWrCurr isWrLock