|
static LPOLESTR CPureBase::GetDataSourceType(DBTYPE nDBType); Return Value A Unicode string. Parameter [in] nDBType: A data type such as DBTYPE_I4, DBTYPE_STR, and so on. Remark The static function is used for retrieving a standard data type string such as "DBTYPE_I4", "DBTYPE_VARSTR", and so on. |