Jump to content
JasperReports Library 7.0 is now available ×

Using connectionExpression w/ separate JCBCs


2005 IR Help

Recommended Posts

By: kas76 - kas76

Using connectionExpression w/ separate JCBCs

2004-09-27 07:42

I have master report and a subreport getting data from two separate databases (Mysql and Lotus Domino), so I am using two separate JDBCs.

 

The subreport runs just fine separately, but I do not know what to write in the connectionExpression tag in the XML file of the master report.

 

I know that I have to pass a java.sql.Connection object to the subreport, and this works fine if the data sources are the same (by using the $P{REPORT_CONNECTION} parameter), but I do not know what to do in the current situation.

 

Probably I am just formulating it wrongly, but I can not find any example where the connectionExpression tag contains anything else than the aforementioned $P{REPORT_CONNECTION} value.

 

I can't imagine that I have to use a custom data source, since all I am doing is extract data with a regular SQL String Object.

 

Any help on this would be highly appreciated. Thanks.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...