You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Eric Stiles <st...@cs.uga.edu> on 2003/03/19 16:51:38 UTC

dbtags: Inner resultset looping

I just started using the dbtags and am curious if it is possible to do
something along the lines of the following:

while (rs1.next()){

rs2 = statement.executeUpdate(select * from table where column1 =
rs1.getString("id")

while (rs2.next()){

//do something with rs2 tuple

}
}


I am not too familiar with JSTL so if that is the solution, a little more
explanation would be very helpful.

Thank you


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org