Image | Audio | Video |
---|---|---|
X |
Determines whether a table has been enabled for audio (DB2Audio data). The application must be connected to a database before calling this API.
Authorization
None
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbaudio.lib | libdmbaudio.a (AIX) |
| libdmbaudio.sl (HP-UX) |
| libdmbaudio.so (Solaris) |
Include file
dmbaudio.h
Syntax
long DBaIsTableEnabled( char *tableName, short *status );
Parameters
Error codes
Examples
Determine if the employee table is enabled for audio (DB2Audio data):
#include <dmbaudio.h> rc = DBaIsTableEnabled("employee", &status);