Image | Audio | Video |
---|---|---|
X |
Disables a database for images (DB2Image data) so that it cannot hold image data. All tables in the database that is defined for DB2Image are also disabled. The metadata and UDFs that are defined by the Image Extender for the database are dropped. New rows can be inserted into tables in the database that are defined with type DB2Image, but there is no metadata (in the administrative support tables) associated with the new rows.
Authorization
DBADM, SYSADM
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 DBiDisableDatabase( );
Parameters
DBiDisableDatabase has no parameters.
Error codes
Examples
Disable the current database for images (DB2Image data):
#include <dmbimage.h> rc = DBiDisableDatabase();