TMedConnection.MedCS TMedConnection

property MedCS: string ;

Description

Property is used to specify ODBC source name Mediator server should use to establish connection to SQL database. For Oracle, property specifies Oracle connection string. Should be set before opening connection of type ctMEDSRV.

Important!

Please note, that ODBC source (connect string) name refers to the machine where Mediator server is installed, not the machine where this application runs.

Default value is '' (empty string).

Example:

cn.MedCS := 'myodbc_source';