Skip to Content
0
Former Member
May 13, 2018 at 11:27 AM

ConnectionInfo for Oracle Wallet

210 Views Last edit May 12, 2018 at 02:19 PM 2 rev

CR.13.0.1.220 CrystalDecisions.CrystalReports.Engine.dll

Hi,

I would like to take advantage of Oracle wallet for my c# .NET application. I am using

var connInfo = new ConnectionInfo {DatabaseName = string.Empty, ServerName = serverName, UserID = userName, Password = password};

But this does not work when userName and password are not passed.

Could you please advice on how can I specify the connection details for the CR engine to use the Oracle wallet given a service name.

I am able to connect to the service from my .NET application code but the CR is not able to connect.

Thanks