Image | Audio | Video |
---|---|---|
X |
Determines whether a column has been enabled for video (DB2Video data). The application must be connected to a database before calling this API.
Authorization
SYSADM, DBADM, table owner, or SELECT privilege on the user table
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 DBvIsColumnEnabled( char *tableName, char *colName, short *status );
Parameters
Error codes
Examples
Determine if the video column in the employee table is enabled for video:
#include <dmbvideo.h> rc = DBvIsColumnEnabled("employee", "video", &status);