HRESULT CanConvert( DBTYPE wFromType, DBTYPE wToType, DBCONVERTFLAGS dwConvertFlags );
See IConvertType::CanConvert in the OLE DB Programmer's Reference.
Remarks
Gives information on the availability of type conversions on a command or on a rowset. Uses OLE DB data conversion in MSADC.DLL
.