Image | Audio | Video |
---|---|---|
X |
Determines whether a table has been enabled for images (DB2Image data). The application must be connected to a database before calling this API.
Authorization
None
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbimage.lib | libdmbimage.a (AIX) |
| libdmbimage.sl (HP-UX) |
| libdmbimage.so (Solaris) |
Include file
dmbimage.h
Syntax
long DBiIsTableEnabled( char *tableName, short *status );
Parameters
Error codes
Examples
Determine if the employee table is enabled for images:
#include <dmbimage.h> rc = DBiIsTableEnabled("employee", &status);