0 out of 1 rated this helpful - Rate this topic

CRowset Class 

Encapsulates an OLE DB rowset object and several related interfaces and provides manipulation methods for rowset data.


template <class TAccessor = CAccessorBase>
class CRowset

Parameters

TAccessor

An accessor class. The default is CAccessorBase.

In OLE DB, a rowset is the object through which a program sets and retrieves data.

This class is not meant to be instantiated but rather passed as a template parameter to CTable or CCommand (CRowset is the default).

Header: atldbcli.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.