Image | Audio | Video |
---|---|---|
X |
Creates a shot catalog, which is a set of tables that contains information about shots, such as frame numbers.
The application must be connected to a database that is enabled for both db2video and db2image.
Authorization
Create, SYSADM, DBADM
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Include file
dmbshot.h
Syntax
long DBvCreateShotCatalog( char *catalogName, SQLHDBC hdbc );
Parameters
Error codes
Examples
Create a shot catalog named hotshots:
#include <dmbshot.h> rc = DBvCreateShotCatalog("hotshots", hdbc);