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>iflush_db</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       iflush_db

Purpose:    flush to disk all changed buffers for a database

Prototype:  int iflush_db(Db_Obj *db);

Header:     isam.h

Inputs:     db  - database handle

Description:
        iflush_db flushes to disk all the changed buffers for the database
        db.  You can use this routine to ensure that critical information
        is written to disk.

        iclose_db automatically performs this function before closing the
        database.

Returns:
        OK or ERROR

See Also: iclose_db

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