Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to fix "Invalid operation for forward only resultset" ?

843854Apr 20 2004 — edited Apr 20 2004
I'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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2004
Added on Apr 20 2004
2 comments
1,278 views