Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides implementation for the IOpenRowset interface.
template <class SessionClass>
class IOpenRowsetImpl : public IOpenRowset
Parameters
- SessionClass
Your class, derived from IOpenRowsetImpl.
Remarks
The IOpenRowset interface is mandatory for a session object. It opens and returns a rowset that includes all rows from a single base table or index.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C+)
The OLE DB Provider Template Architecture