Image | Audio | Video |
---|---|---|
X |
Deletes the specified catalog from the current database.
Authorization
Alter
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 QbDeleteCatalog( char *tableName, char *columnName );
Parameters
Error codes
Examples
Delete the QBIC catalog associated with the picture column in the employee table:
#include <dmbqbapi.h> rc=QbDeleteCatalog("employee", "picture");