MDAC 2.5 SDK - OLE DB Providers
OLE DB Provider for Microsoft Jet


 

IOpenRowset

IOpenRowset is a required interface on the session. 

The IOpenRowset model enables consumers to open and work directly with individual tables or indexes in a data store by using IOpenRowset::OpenRowset, which generates a rowset of all rows in the table or index.

IOpenRowset::OpenRowset

Opens and returns a rowset that includes all rows from a single base table or index.

The OLE DB Provider for Microsoft Jet allows you to open views by using this routine in addition to simple queries, where simple queries are nonparameterized, row-returning queries.