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 source by using IOpenRowset::OpenRowset, which generates a rowset of all rows in the table or index.

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

 

IOpenRowset::OpenRowset

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

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

For information on how this interface is implemented, see the OLE DB Programmer’s Reference.