Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- C/Database Toolchest Library - name: <b>isamexit</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       isamexit

Purpose:    conclude ISAM processing, close any open database files

Prototype:  int isamexit();

Header:     isam.h

Description:
        isamexit concludes all ISAM processing.  It automatically flushes
        and closes all open databases (both the data file and the index file),
        and frees all buffers from the buffer pool.

        This function is called automatically when your program exits.  You
        can terminate ISAM processing by calling isamexit yourself, and
        then restart ISAM processing by calling isaminit, iopen_db, or
        icreate_db.

Returns:
        OK or ERROR

See Also: isaminit iopen_db icreate_db

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson