Opened 14 years ago

Closed 14 years ago

#674 closed enhancement (fixed)

Create FDO connection directly from library name.

Reported by: brentrobinson Owned by: brentrobinson
Priority: minor Milestone: 3.6.0
Component: FDO API Version:
Severity: 3 Keywords: Connection Manager Provider Library
Cc: External ID:

Description

Under this enhancement, more flexibility will be added to the FdoIConnectionManager::CreateConnection() function, by allowing the providerName parameter to be a provider library file name or a registered provider name. Currently, providerName must be the name of a registered provider.

When providerName is set to a library, FDO will load the library and obtain the FDO connection from it.

This enhancement adds some convenience for applications that want to use a provider that is not registered. As long as the application knows the provider's library file name, it will be able to obtain a connection from the provider.

Change History (2)

comment:1 by brentrobinson, 14 years ago

Status: newassigned

comment:2 by brentrobinson, 14 years ago

Resolution: fixed
Status: assignedclosed

Revision: 5621 Author: brentrobinson Date: 12:57:21 PM, Friday, August 20, 2010 Message: Ticket#674: support creating connections by library name.


Modified : /trunk/Fdo/UnitTest/ClientServicesTest.cpp Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/ClientServices/ConnectionManager.h Modified : /trunk/Fdo/Unmanaged/Inc/Fdo/IConnectionManager.h Modified : /trunk/Fdo/Unmanaged/Src/Fdo/ClientServices/ConnectionManager.cpp Modified : /trunk/Fdo/Unmanaged/Src/Fdo/ClientServices/RegistryUtility.cpp Modified : /trunk/Fdo/Unmanaged/Src/Fdo/ClientServices/RegistryUtility.h Modified : /trunk/Fdo/Unmanaged/Src/Message/FDOMessage.mc

Note: See TracTickets for help on using tickets.