Image | Audio | Video |
---|---|---|
X |
Ersetzt die Attribute einer Videoaufnahme im Katalog. Alle Attribute, mit Ausnahme des Kommentars, werden durch die Attribute in der Struktur DBvShotType ersetzt. Ist der Kommentarzeiger NULL, bleibt der bestehende Kommentar unverändert.
Berechtigung
CONTROL, UPDATE
Bibliotheksdatei
OS/2 und Windows | AIX, HP-UX und Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Syntax
long DBvUpdateShot( char *catalogName , DBvShotType *shot, char *shotHandle, SQLHDBC hdbc );
Parameter
Fehlercodes
Beispiele
Aktualisieren der Attribute einer Aufnahme im Katalog 'hotshots':
#include <dmbshot.h> rc = DBvUpdateShot("hotshots", shot, shothandle, hdbc);