Jump to content
JasperReports Library 7.0 is now available ×

How to fill the data from Result Set ?


2005 IR Help

Recommended Posts

By: tanade - tanessawad

How to fill the data from Result Set ?

2004-03-22 22:52

My sql statement is "Select * from tblName"

 

I got the Result set from my sql query already and keep in variable "rs".My result set will look like 2 dimension array or table.i need to put every value (row,column) to each textField for create table in my report.Can jasperReport does it?if it can,how to code it.

 

I try to do like this.

 

JRResultSetDataSource rsDb = new JRResultSetDataSource(rs);

 

What's the thing which i have to do next for fill the values ?

 

this is my report layout which i need.

 

rs[0,0] rs[0,1] rs[0,2] rs[0,3]...........rs[0,12]

rs[1,0] rs[1,1] rs[1,2] rs[1,3].................

.....

.....

.....

rs[30,0].........................................rs[30,12]

 

 

Anyone please help me?

 

 

 

 

By: David Lim - aberrant80

RE: How to fill the data from Result Set ?

2004-03-22 23:20

If you don't even have any idea how to do that, then you've definitely not looked at the samples. The samples very clearly shows you how to create the appropriate XML.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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