Jump to content

Some problem about table and query.


2005 IR Help

Recommended Posts

By: tanade - tanessawad

Some problem about table and query.

2004-03-22 20:52

Actually,I need to create one page which have one group of textFields(about 6) and one table(30row*12column).

 

it has not some problem about group of textField.i used report query like this to query the value from my database.

"Select * from M_CERTIFICATE"

 

But my problem is about the table.The value of each cell have to query from database because them have different condition to got them.The value of each cell depend on different condition.

 

but Report Query can have only one SQL statement.How to manage this problem?Anyone please help me.

 

 

 

 

By: David Lim - aberrant80

RE: Some problem about table and query.

2004-03-22 21:45

Do the query externally and wrap the resulting ResultSet set object inside a JRResultSetDataSource and use it instead of a connection.

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