Jump to content

Data not showing up in the Jasper Report


abhijitgadekar

Recommended Posts

Hi All,

 

I am oberving a very wierd behavior. I have a table temp1

+-------+--------------+------+-----+---------+-------+

| Field | Type | Null | Key | Default | Extra |

+-------+--------------+------+-----+---------+-------+

| id | int(10) | NO | PRI | | |

| name | varchar(100) | YES | | NULL | |

+-------+--------------+------+-----+---------+-------+

 

I created a simple report through iReport for the query : select id, name from temp1;

I compiled the report and use jasper APIs to fill the report. Howver the data is not showing up in the browser under the report headings.Only the column names are displayed.

 

Please help me debig this problem. :sick:

 

Thanks,

Abhijit

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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