Re: resultset.first() untrappable error - Mailing list pgsql-jdbc

From Paul Thomas
Subject Re: resultset.first() untrappable error
Date
Msg-id 20030825092255.A17124@bacon
Whole thread Raw
In response to Re: resultset.first() untrappable error  (kevin@mtel.co.uk (kevin))
List pgsql-jdbc
On 22/08/2003 14:10 kevin wrote:

> having gritted my teeth and removed all of my clever error trapping
> and replaced it with crash dump and burn output, i get to the
> following error message
>
> java.lang.AbstractMethodError:
> org.postgresql.jdbc1.Jdbc1ResultSet.first()
>
> ok, call me a plank for not trying that earlier, but have postgres
> jbdc developers downgraded the support? this was working until i
> upgraded to 7.3.2
>
> does the jdbc1ResultSet reference imply the class is implemented in
> several jars that implement different levels of JDBC compliance?

ResultSet.first() is a JDBC2 method and is implemented in
orh.postgresql.jdbc2.AbstractResultSet. So you'll need to use either the
JDBC2 or JDBC3 driver.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: patch: add a finalizer to AbstractJdbc1Statement
Next
From: Kim Ho
Date:
Subject: Re: Add setObject for Booleans using Strings