Initializes a data source object or enumerator.
Method | Description |
Initialize | Initializes a data source object or enumerator. |
Uninitialize | Returns the data source object or enumerator to an uninitialized state. |
Initializes a data source object or enumerator. IDBInitialize::Initialize loads the Jet DLL into memory. If the Jet DLL cannot be loaded, Initialize may fail. Jet Security is not checked in this routine. Authentication is done in IDBCreateSession::CreateSession.
For information on how this interface is implemented, see the OLE DB Programmer’s Reference.
Returns the data source object or enumerator to an uninitialized state. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.