Image | Audio | Video |
---|---|---|
X |
Deletes a shot from a catalog.
Authorization
Insert, Control
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 DBvDeleteShot( char *catalogName , char *shotHandle, SQLHDBC hdbc );
Parameters
Error codes
Examples
Delete a shot from the hotshots catalog, using the shot's handle:
#include <dmbshot.h> rc = DBvDeleteShot("hotshots", shot, hdbc);