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

Purpose:    return handle for open database

Prototype:  Db_Obj *ibhandle (char *db_name);

Header:     isam.h

Inputs:     db_name - name of an open database

Description:
        ibhandle returns the handle of the open database named db_name,
        or NULL if the database is not open.  If you included a drive and/or
        path specifier on the database name when you opened the databaase, you
        must include it in the db_name.

Returns:
        Handle of the database if it is open. or NULL if the database is not
        open.

See Also: iopen_db

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