Image | Audio | Video |
---|---|---|
X |
Replaces the attributes of a video shot in the catalog. All the attributes, except for the comment, are replaced by the attributes in the DBvShotType structure. If the remark pointer is NULL, the existing remark remains unchanged.
Authorization
Control, Update
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 DBvUpdateShot( char *catalogName, DBvShotType *shot, char *shotHandle, SQLHDBC hdbc );
Parameters
Error codes
Examples
Update the attributes of a shot in the hotshots catalog:
#include <dmbshot.h> rc = DBvUpdateShot("hotshots", shot, shothandle, hdbc);