Hi All,
When I am executing my jasper report from my Application, I am getting below Error -
Jasper Report Exception: An error occured whilst filling the report : net.sf.jasperreports.engine.JRException: Error executing SQL s tatement for
But when I am using the same report and executing from the JasperSoft, it is running. To debug this issue I ussed the simple query in the report, then also getting the same error from application.
I used the below query -
select item_id , item_name , manufacturer , ship_country , grade from IRON_TABLE
Can anyone please help me on this?
Regards
Digvijay Singh