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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to