Image | Audio | Video |
---|---|---|
X |
Updates the read-only comment within the shot.
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 DBvSetShotComment( char *catalogName, char *shotHandle, char *comment, SQLHDBC hdbc );
Parameters
Error codes
Examples
Change the remark describing the shot with the shotHandle in the catalog hotshots:
#include <dmbshot.h> rc = DBvSetShotComment("hotshot", shotHandle, "This is a hot shot.", hdbc);