Leela
Posts: 16
Nickname: leee
Registered: Sep, 2003
|
|
Re: ResultSet going out of scope
|
Posted: Sep 16, 2003 6:30 AM
|
|
I wud like to know if this page is a JSP. if yes, then on the click of the next button, u will be calling the same JSP again. Probably, u can set the ResultSet object once when u retrieve it from the DB and then pass this object as a querystring in the <form action > of the JSP. This can be retrieved and move the ResultSet object to point to next row, and then display the data in the required text fields in ur JSP.
|
|