Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
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.
1998-2001 Microsoft Corporation. All rights reserved.