I am trying to run a Crystal Report 9 in .NET 4.0 and using the .NET object model to set the connectivity informations for the report. When running the report it gives the error "Failed to load database information"
The report is using a storedprocedure and connecting to Sybase Server.
The report runs correctly if we call from VB6 and the same report converted to SQL Server runs ok within .NET.
Tried the following suggestions none of them seem to work
-> Set table connection informations
-> SET Connection attributes inside the logoninfo->connectioninfo.
Any help is greatly appreciated..
Thanks.