Hello,
I'm new in java. my actual problem is :
how can i test if a resultset is empty?
I have tested:
rs == null
rs.next()
rs.isAfterLast( )
rs.last()
but the result is the exception java.lang.NullP ointerException
I'm new in java. my actual problem is :
how can i test if a resultset is empty?
I have tested:
rs == null
rs.next()
rs.isAfterLast( )
rs.last()
but the result is the exception java.lang.NullP ointerException
Comment