Re: resultset.first() untrappable error

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: resultset.first() untrappable error
Date: 2003-08-25 08:22:55
Message-ID: 20030825092255.A17124@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 |
+------------------------------+---------------------------------------------+

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kim Ho 2003-08-25 15:04:41 Add setObject for Booleans using Strings
Previous Message Curt Sampson 2003-08-25 01:22:11 Re: how to do a SET search_path?