OLE DB Programmer's Reference

DBPROP_IRow

Property group: Rowset

Property set: DBPROPSET_ROWSET

Column? N

Type: VT_BOOL

Typical R/W: R/W

Description: IRow

Value Meaning
VARIANT_TRUE The provider creates a row object instead of a rowset object when opening a rowset or executing a command.
VARIANT_FALSE (default value) The provider creates a rowset object when opening a rowset or executing a command.

The consumer is requesting a row object instead of a rowset. If the provider has more than one row satisfying the request, the provider is encouraged to return DB_S_NOTSINGLETON but may return S_OK.