Jump to content
JasperReports Library 7.0 is now available ×

Procedure based JasperReport


hussainian

Recommended Posts

Hi!

In my oracle database, there is a TEMP table which is populated at runtime by a call to stored procedure. Can anyone please guide me how to call that prcocedure in my report and then to get the TEMP table's fields to use in the report?

Thanks & Best Regards.

Asad Ullah.

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

We do a simular thing however we run our reports though a servlet we developed that uses the jasper API. When a report request is made a SQL is run then the results are inserted into the tempory table. An id is then pased as a parameter to the Jasper report that access the data in the table.

Link to comment
Share on other sites

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...