Scriptlet accessing alternate data adapter
Posted on June 25, 2018 at 4:23am
In a scriptlet i can access the default report conneciton using the parameter JRParameter.REPORT_CONNECTION.
Is it possible to get or open another connection to a secondary data adapter?
Joined: Jun 19 2018 - 2:51am
Last seen: 4 years 6 months ago
Posted on June 25, 2018 at 2:25pm
It should be possible to create a jdbc connection from a scriplet directly instead of using a data adapter. Unfortunately, the jdbc connection will be hardcoded.
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago