Image | Audio | Video |
---|---|---|
X |
Removes an image from a catalog. The image handle must be from the image column that is associated with the opened QBIC catalog. The image will be removed from the opened catalog. The corresponding row in the image attribute table indicates the image is not cataloged.
Authorization
Delete
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbqbapi.lib | libdmbqbapi.a (AIX) |
| libdmbqbapi.sl (HP-UX) |
| libdmbqbapi.so (Solaris) |
Include file
dmbqbapi.h
Syntax
SQLRETURN QbUncatalogImage( QbCatalogHandle cHdl, char *imgHandle );
Parameters
Error codes
Examples
Remove the image identified by the handle Img_hdl from the catalog identified by the handle CatHdl:
#include <dmbqbapi.h> rc=QbUncatalogImage(CatHdl, Img_hdl);