How to fix "Invalid operation for forward only resultset" ?
843854Apr 20 2004 — edited Apr 20 2004I've been facing some troubles having these servlets working on this computer. On the old one, everything was ok. But this one is kind a hard.
I have oracle 9i, tomcat 4.1.29 and jdk 1.4.2.01. I was using classes12.jar as driver and now am testing ojdbc14.jar.
My problem now is the message above: Invalid operation for forward only resultset : first.
Once i had a problem similar to this over Postgresql. The problem was the driver couldn't handle these resultset methods for it was jdbc1 and these methods are newer. But these drivers i'm trying are supposed to be ok.
Can anybody help me?
Thanks a lot.