The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

ResultSet

Posted by Karen Murphy on April 09, 2001 at 12:06 PM

hi
i am writing a program in Java using ResultSet - next(), previous() etc. the problem is that if i try to use anything like afterlast() or even previous() it throws the exception which says: UnsupportedOperationException the thing is its doing this to every one in my computer class.

we are connecting to access using ODBC could this be it? we're also using JBuilder 3.5. everything else seems to be ok as it let us do next() (with out using beforefirst() by the way if we use that it throws the same exception)

hope someone can help!!
thanx
kaz



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us