isDelRec

delete an ISAM record by given record number

SYNOPSIS

int isDelRec( IsFile * isfd, long recnum );

isfd isam file descriptor
recnum record number to be deleted

RETURN

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

NOTES

this call will delete the given record number.

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