I am trying to implement the JRC into my application and having a couple of problems relating to configuring the connection info at runtime.
I need to be able to connect to SQL Server and Oracle databases which is fine. The code that i have that is based on the examples provided here and works fine for SQL Server.
i.e. when I loop through the tables and sub reports I can change the connection info to use JDBC connections.
When it comes to changing the connection to oracle I seem to have problems. The report itself connects to the database ok but no data is populated into the report.
The only way I can get this to work is to load the report in the Crystal Designer and setup a JDBC connection of the details I want to use and then save the report. If I then run the report, the report gets populated with the data.
Has anyone else experience this?