IRepositoryODBC::get_ConnectionString

Meta Data Services Programming

Meta Data Services Programming

IRepositoryODBC::get_ConnectionString

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.

See Also

IRepositoryODBC Interface