Image | Audio | Video |
---|---|---|
X |
Returns a QbCatalogInfo structure that contains the following information:
Authorization
Select
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbqbapi.lib | libdmbqbapi.a (AIX) |
| libdmbqbapi.sl (HP-UX) |
| libdmbqbapi.so (Solaris) |
Include file
dmbqbapi.h
Syntax
SQLRETURN QbGetCatalogInfo( QbCatalogHandle cHdl, QbCatalogInfo *catInfo );
Parameters
Error codes
Examples
Get information about the catalog identified by the handle CatHdl and return it in a structure called catInfo:
#include <dmbqbapi.h> rc = QbGetCatalogInfo(CatHdl, &catInfo);