|
COSession Class Overview class COSession : public CRtnInfo COSession wraps all the basic methods related with a session object, which are used almost with all professional applications accessing data sources. It provides transactional methods, and also a method COSession::ExecuteSQL to complete a simple statement. An OLEDB provider may exposes interfaces for managing various data source objects such as tables, columns, keys, indexes and constraints. Refer to the class COSessionEx. |