This method frees an ODBC connection handle.
HRESULT FreeConnection(long Hdbc);
Hdbc
[in]
The ODBC connection handle to be released.
S_OK
The method completed successfully.
This method failed to complete successfully.
Use this method to free the handle obtained through either the get_ReposConnection method or the GetNewConnection method before releasing an open repository instance.