FDO API Reference Feature Data Objects
virtual FDO_API FdoIConnection* FdoConnectionManager::CreateConnection ( const wchar_t *  providerName  )  [virtual]

Creates an unitialized connection object given the provider name.

Parameters:
providerName The unique name of the feature provider. This name should be of the form [Company].[Provider].[Version].
Returns:
Returns an instance of an FdoIConnection object. Throws an instance of FdoClientServicesException * if an error occurs.

Implements IConnectionManager.


Comments or suggestions? Send us feedback.