Home
Designing Analytics Reports
Birt Stored Procedures
system_migrated
Hi,
I am having problems using output parameters from a stored procedure that is
called by a stored procedure dataset in BIRT.
In my stored procedure, I have a few output parameters of type NUMBER and
BIRT automatically creates corresponding BIRT dataset output parameters of
type decimal. These output parameters show up in the data explorer under the
dataset but I am unable to drag and drop into the report mainly because they
show up as, {} param1, {} param2 and not with the icon for output
parameters.
When I click preview results for this dataset, I get the following error:
SQL statement does not return a ResultSet object.
I also tried to return a ref cursor in my procedure so that BIRT gets a
resultset on its end but it does not work.
Find more posts tagged with
Comments
There are no comments yet