共用方式為


CDynamicAccessor::GetColumnType

擷取指定資料行的資料型別。

bool GetColumnType( 
   DBORDINAL nColumn, 
   DBTYPE* pType  
) const throw( );

參數

  • nColumn
    [in]資料行數目。 資料行編號從 1 開始。 值為 0 參照到書籤資料行中,如果有的話。

  • pType
    [] out若要指定資料行的資料型別變數的指標。

傳回值

傳回 ,則為 true 成功或 ,則為 false 錯誤所致。

需求

標頭: atldbcli.h

請參閱

參考

CDynamicAccessor 類別

DBTYPE