ISecurityConnection.RealDriver

Syntax

RealDriver: String;

Description

The RealDriver property returns the real driver used for database connection.

Comments

If web service is used for repository connection, actual connection with DBMS server is executed on BI server. The ISecurityConnection.Driver property returns the WSF value, and RealDriver is a real driver used on BI server.

See also:

ISecurityConnection