isCleanUp

close all open ISAM files

SYNOPSIS

int isCleanUp( void );

RETURN

ISTRUE on success, else ISFALSE on error, in which case the error code will be found in the errno global.

NOTES

this routine will close all currently open isam files and release all allocated global memory.

only available if DISAM was compiled with the ISADMIN feature activated.

isAddIndex will attempt to place an exclusive lock on the isam file for the duration of the update (assuming you have not done so already) and will fail if any other process already has the file open.