#include "BIDB.h"
BOOL CALLBACK IsOpenDatabase(CDatabase* db)
Description
This function retrieves TRUE if the specified ODBC database is opened, otherwise FALSE.
Parameters
|
CDatabase* |
db |
Pointer the CDatabase object. |
Return values
Returns TRUE if the database is opened otherwise FALSE. The GetLastDBError retrieves the last error code.
Requirements
Header : Declared in BiDb.h; include BiDb.h.
Library : Use BiDb.lib.
DLLs : BiDb.dll.