JSP recordset
843836Jun 8 2005 — edited Jun 8 2005How 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