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