Image | Audio | Video |
---|---|---|
X |
Disables a database for audio (DB2Audio data) so that it cannot hold audio data. All tables in the database that is defined for DB2Audio are also disabled. The metadata and UDFs defined by the Audio Extender for the database are dropped. New rows can be inserted into tables in the database that are defined with type DB2Audio, but there is no metadata (in the administrative support tables) associated with the new rows. It is recommended that after calling this API you issue an SQL COMMIT statement.
Authorization
DBADM, SYSADM
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 DBaDisableDatabase( );
Parameters
DBaDisableDatabase has no parameters.
Error codes
Examples
Disable the current database for audio (DB2Audio data):
#include <dmbaudio.h> rc = DBaDisableDatabase();