TMedConnection.MedUser TMedConnection

property MedUser: string ;

Description

Property is used to specify Mediator server user to be used for this connection. Should be set before opening connection of type ctMEDSRV.

Depending on the Mediator server configuration, Mediator user is the same as database user (default) or is mapped by Mediator server to appropriate database user. Please refer to Mediator documentation for details.

Example:

cm.MedUser := 'test';