Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP recordset

843836Jun 8 2005 — edited Jun 8 2005
How do one test for beginning and end of file in JSP,
ie, if I do a database serach, and the record dont exist.
In ASP you do the following, what is the equivelant in JSP.

if adoRS.EOF OR adoRS.BOF then
response.redirect("/search_again.asp)
end if

Many Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2005
Added on Jun 8 2005
1 comment
130 views