Repository ConnectionString Property

See Also

This property contains the ODBC connection string that the Repository engine uses to obtain an ODBC connection to the Repository database. This is a read-only property.

This property is not attached to the default interface for the Repository Automation object; it is attached to the IRepositoryODBC interface. For details on how to access a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.ConnectionString

The ConnectionString property syntax has the following parts.

Part Description
object The object that represents the open Repository instance through which this program is interacting with the Repository.

Remarks

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