Image | Audio | Video |
---|---|---|
X |
Disables a table for images (DB2Image data) so that it cannot hold image data. All columns in the table that is defined for DB2Image are also disabled. Some of the metadata that is defined by the Image Extender for the table is dropped. All QBIC catalogs that are associated with the image columns in the table are also deleted. New rows can be inserted into tables that are defined with type DB2Image, but there is no metadata (in the administrative support tables) associated with the new rows. The application must be connected to a database before calling this API.
Authorization
Control, Alter, SYSADM, DBADM
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 DBiDisableTable( char *tableName );
Parameters
Error codes
Examples
Disable the employee table for images (DB2Image data):
#include <dmbimage.h> rc = DBiDisableTable("employee");