|
|
|
virtual DBTYPE CToXML::GetRawDataType(ULONG nCol)=0; Return Value The raw data type of a rowset or dataset column. Parameter [in] nCol: The ordinal number of a rowset or dataset column. Remark It is a pure virtual function for getting the database data type of a rowset or dataset column for a given column, nCol. |