RE: [INTERFACES] JDBC driver. ResultSet.absolute(int row)

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Nigel Tamplin'" <adt09(at)dial(dot)pipex(dot)com>, pgsql-interfaces(at)hub(dot)org
Subject: RE: [INTERFACES] JDBC driver. ResultSet.absolute(int row)
Date: 1999-06-14 07:29:24
Message-ID: 1B3D5E532D18D311861A00600865478C9F69@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Only the 6.5 driver supports JDBC2.0 as there are a lot of new methods
in that specification. The error you are seeing is where the JVM is
noticing that the new methods are missing from the driver class files.

The 6.5 driver should work with 6.4.2.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Nigel Tamplin [mailto:adt09(at)dial(dot)pipex(dot)com]
Sent: Sunday, June 13, 1999 11:00 PM
To: pgsql-interfaces(at)hub(dot)org
Subject: [INTERFACES] JDBC driver. ResultSet.absolute(int row)

Hi,

I am having problems using the absolute() or getRow() methods of
java.sql.ResultSet

I am using Postgres 6.4.2 and Java 1.2 on Linux (RedHat 6.0 distrib)
machine.

the error I get is:

Exception in thread "main" java.lang.AbstractMethodError:
postgresql/ResultSet.absolute
at ng.data.LabelDataModel.<init>(LabelDataModel.java:30)
at ng.AccessControl.<init>(AccessControl.java:103)
at ng.NG.main(NG.java:7)

absolute and getRow are JDBC 2.0 - are these errors because the
postgresql jdbc driver is not JDBC version 2.0 compatible?

Thanks,

Nigel Tamplin

adt09(at)dial(dot)pipex(dot)com

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tomasz Kaka 1999-06-14 09:36:27 subscribe
Previous Message Michael Meskes 1999-06-14 07:16:47 Re: [INTERFACES] esql\c documentation