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.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IDBCreateSessionImpl Class.
Provides an implementation for the IDBCreateSession interface.
Syntax
template <class T, class SessionClass>  
class ATL_NO_VTABLE IDBCreateSessionImpl   
   : public IDBCreateSession  
Parameters
T
YOUR CLASS, DERIVED FROM
SessionClass
The session object.
Members
Interface Methods
| CreateSession | Creates a new session from the data source object and returns the requested interface on the newly created session. | 
Remarks
A mandatory interface on data source objects.
Requirements
Header: atldb.h
See Also
OLE DB Provider Templates
OLE DB Provider Template Architecture