Rowset Conversions on Command Property
The Row Conversions on Command property specifies how inquiries on a command about supported conversions are handled.
Applies To
| Connection Object |
Syntax
object.Properties("Rowset Conversions on Command")
Parts
object
Expression that evaluates to an object in the Applies To list.
Settings
| Value | Description |
|---|---|
| True | Callers to the OLE DB IConvertType::CanConvert interface can inquire on a command about conversions supported on recordsets generated by the command. |
| False | Callers can inquire on a command only about conversions supported by the command. |
Data Type
adBoolean
Modifiable
Read-only
OLE DB Property
DBPROP_ROWSETCONVERSIONSONCOMMAND