Image | Audio | Video |
---|---|---|
X |
Disables a database for video (DB2Video data) so that it cannot hold video data. All tables in the database defined for DB2Video are also disabled. The metadata and UDFs defined by the Video Extender for the database are dropped. New rows can be inserted into tables in the database that are defined with type DB2Video, 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 |
---|---|
dmbvideo.lib | libdmbvideo.a (AIX) |
| libdmbvideo.sl (HP-UX) |
| libdmbvideo.so (Solaris) |
Include file
dmbvideo.h
Syntax
long DBvDisableDatabase( );
Parameters
DBvDisableDatabase has no parameters.
Error codes
Examples
Disable the current database for video (DB2Video data):
#include <dmbvideo.h> rc = DBvDisableDatabase();