Resultset
Hi
when I call:
rs.next()
the ResultSet Object generates an exception telling me that I need a scrollable resultset.
As far as I know this is a requirement if you call rs.absolute() or rs.first()
Am I doing sth wrong?
Thanks
Hi
when I call:
rs.next()
the ResultSet Object generates an exception telling me that I need a scrollable resultset.
As far as I know this is a requirement if you call rs.absolute() or rs.first()
Am I doing sth wrong?
Thanks
Please post your relevent code using the formatting tags.
In future JDBC questions should be posted into the JDBC forum
> The next() should return a boolean and not an
> exception
>
> Weird things are happening here
Would you like to do what I suggested in reply #1 and post your code please?