MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
DBPROP_OPENROWSETSUPPORT
Property group: Data Source Information
Property set: DBPROPSET_DATASOURCEINFO
Type: VT_I4
Typical R/W: R
Description: Open Rowset Support
A bitmask describing support for opening objects through IOpenRowset.
- DBPROPVAL_ORS_TABLE—The provider supports opening tables through IOpenRowset (true for all providers).
- DBPROPVAL_ORS_INDEX—The provider supports specifying an index through IOpenRowset.
- DBPROPVAL_ORS_INTEGRATEDINDEX—The provider supports specifying both a table and an index in the same call to IOpenRowset::OpenRowset in order to open the rowset using the specified index.
- DBPROPVAL_ORS_STOREDPROC—The provider supports opening a rowset over stored procedures by specifying the stored procedure name in TableID. (For more information about TableID, see "Rowset Creation Example" in Chapter 4, "Rowsets.")