Setting Runtime DB connection from JSP
I was able to successfully migrate the CR8.5 RPT files to CR11 using CR11Server. But i am facing a problem when connecting it from my JSP file.
I am using JDBC thin driver to connect to Oracle DB.
I am running the report through my JSP application in URL. I am passing the database credentials in the URL. But it is not showing the data from the database which I pass in the URL as a parameter. It is not refreshing the data from the current database. It is using the database when I created the report.
For example:
When I created I use the database schema as DB1.
but while running I pass DB2 as the schema. But still it showing the data from DB1 schema.
If any one knows the solution please let me know ASAP.
Thanks in Advance.
Sivakumar
|