iscleanup

close all open ISAM files

SYNOPSIS

int iscleanup( void );

RETURN

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

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.