イメージ | オーディオ | ビデオ |
---|---|---|
O |
ショットの中の読み取り専用注釈を更新します。
許可
Control、Update
ライブラリー・ファイル
OS/2 および Windows | AIX、HP-UX、および Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
インクルード・ファイル
dmbshot.h
構文
long DBvSetShotComment( char *catalogName , char *shotHandle, char *comment, SQLHDBC hdbc );
パラメーター
エラー・コード
例
hotshots カタログにある、shotHandle が指定されているショットについて記述した注釈を変更するには、次のようにします。
#include <dmbshot.h> rc = DBvSetShotComment("hotshot", shotHandle, "This is a hot shot.", hdbc);