IConvertTypeImpl::CanConvert

Gives information on the availability of type conversions on a command or on a rowset.

STDMETHOD(CanConvert)( 
   DBTYPE wFromType, 
   DBTYPE wToType, 
   DBCONVERTFLAGS dwConvertFlags  
);

Parameters

See IConvertType::CanConvert in the OLE DB Programmer's Reference.

Remarks

Uses OLE DB data conversion in MSADC.DLL.

Requirements

Header: atldb.h

See Also

Reference

IConvertTypeImpl Class

Other Resources

IConvertTypeImpl Members