Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
ResultSet rset = (java.sql.ResultSet) row6.rc;
while (rset.next) {
row3.my_value = rset.getString("abc");
row3.id = row6.id;
......
ResultSet rset = (java.sql.ResultSet) row6.rc;
while (rset.next) {
row3.my_value = rset.getString("abc");
row3.id = row6.id;
......