JDBC driver. ResultSet.absolute(int row)

From: Nigel Tamplin <adt09(at)dial(dot)pipex(dot)com>
To: pgsql-interfaces(at)hub(dot)org
Subject: JDBC driver. ResultSet.absolute(int row)
Date: 1999-06-13 21:59:54
Message-ID: 376429DA.56A719D9@dial.pipex.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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 Georg Ritter 1999-06-13 22:15:59 Problems using, IE5 MS-VM and JDBC driver
Previous Message Georg Ritter 1999-06-13 21:56:39 backing up a db, jdbc, SQL syntax, etc...