IRepositoryODBC::get_ConnectionString

See Also

This method retrieves the ODBC connection string that the Repository engine uses to obtain an ODBC connection to the Repository database.

HRESULT get_ConnectionString( BSTR szString );

Parameters

szString

[out]
The ODBC connection string.

Return Value

S_OK

The method completed successfully.

Error

Values

This method failed to complete successfully.

Remarks

The ODBC connection string can contain user identification and password information. Take care to protect this information from exposure to unauthorized access.