Rowsets

Rowset functionality is wrapped in the class CRowset.

This wrapper class provides access to the most common rowset functionality through a uniform application programming interface (API) that virtually eliminates the need for users to manage rowset interfaces. You can extend this class functionality by deriving another class from it, and adding more methods or augmenting the existing overridable functions.

The following description provides a brief synopsis of each CRowset method. The description includes the rowset interface and methods that are wrapped by the CRowset method, when applicable. Please refer to the OLE DB Programmer's Reference for more a detailed description of the wrapped methods and to get additional documentation on usage, parameters, and return values.