影像 | 音效 | 視訊 |
---|---|---|
X |
判斷是否已為影像 (DB2Image 資料),啟用某直欄。 呼叫此 API 之前,應用程式必須先連接到資料庫。
授權
使用者表格上的 SYSADM、DBADM、表格擁有者或 SELECT 專用權
檔案庫
OS/2 與 Windows | AIX、HP-UX 及 Solaris |
---|---|
dmbimage.lib | libdmbimage.a (AIX) |
| libdmbimage.sl (HP-UX) |
| libdmbimage.so (Solaris) |
併入檔
dmbimage.h
語法
long DBiIsColumnEnabled( char *tableName, char *colName, short *status );
參數
錯誤碼
範例
判斷是否已為影像啟用員工表格中的圖片直欄:
#include <dmbimage.h> rc = DBiIsColumnEnabled("employee", "picture", &status);