Okay. I was just beating myself up on how to do this. Bear with me. I had a series of nested queries. Inside I wanted variable logic based upon the recordset. IF the query was empty… You get the idea.
if ( rs.wasNull()) { .... }
Where rs is the RecordSet of the Query. Finding out that command kicked my butt. But it allows to check for Null Queries. Which opens a lot of doors.…for me.
Tagged As Coding, Java Server Pages
Comments are Open (0)
Posted at 12:00 PM