iswrite

write an ISAM record

SYNOPSIS

int iswrite( 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

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