Tuesday, July 19, 2011

MyEclipse Reports 2.2 - Oracle Stored procedure with OUT parameters

I am using MyEclipse Reports 2.2 for generating PDF reports in my project but was struck with as it does not support the following features out-of-box.
1) Stored procedure Datasets
2) OUT parameters

I sought of worked around this issue by doing the following:

1) Used Eclipse BIRT to create a report(which supports the above features)
2) copied over the Dataset configurations from the BIRT Report XML file to MyEclipse report xml file.
This works like a charm!

Note: Make sure you have appropriate version number in your Report design XML file.

Hope this might save somebody sometime, which would otherwise be spent trying to resolve this issue.

No comments:

Post a Comment