Image | Audio | Video |
---|---|---|
X |
Disables a table for video (DB2Video data) so that it cannot hold video data. All columns in the table defined for DB2Video are also disabled. Some of the metadata defined by the Video Extender for the table is dropped. New rows can be inserted into tables that are defined with type DB2Video, 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 |
---|---|
dmbvideo.lib | libdmbvideo.a (AIX) |
| libdmbvideo.sl (HP-UX) |
| libdmbvideo.so (Solaris) |
Include file
dmbvideo.h
Syntax
long DBvDisableTable( char *tableName );
Parameters
Error codes
Examples
Disable the employee table for video (DB2Video data):
#include <dmbvideo.h> rc = DBvDisableTable("employee");