JDBC: Exception when calling ResultSet.previous()

From: Peter Wasem <peter(dot)wasem(at)bluewin(dot)ch>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC: Exception when calling ResultSet.previous()
Date: 2001-08-26 19:41:23
Message-ID: 3B8950E3.ECFE6E40@bluewin.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi

In a JAVA-project I need to process a ResultSet with both methods
previous() and next() to move
arround in ResultSets. The ResultSet method next() is no problem. But
when I call the next()
method I get the following exception.

Exception in thread "main" java.lang.AbstractMethodError:
org/postgresql/jdbc1/ResultSet.previous
at my.postgresqltest.func2(postgresqltest.java:439)
at my.postgresqltest.func1(postgresqltest.java:276)
at my.postgresqltest.main(postgresqltest.java:53)

Has anybody a solution to my problem or any ideas ?

Peter

Attachment Content-Type Size
peter.wasem.vcf text/x-vcard 179 bytes

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Rene Pijlman 2001-08-26 20:46:22 Re: JDBC: Exception when calling ResultSet.previous()
Previous Message Hariharasubramanian R 2001-08-25 18:48:57 Solaris Pg.pm make error. Help !