Re: java.lang.AbstractMethodError - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: java.lang.AbstractMethodError
Date
Msg-id qg0k0ugmob392rp6v5q1vde1cf758uncum@4ax.com
Whole thread Raw
In response to java.lang.AbstractMethodError  (Craig Lawton <craiglawton@qwest.net>)
List pgsql-jdbc
On Sun, 2 Dec 2001 00:11:06 -0700, you wrote:
>almost all
>other ResultSet methods (such as first(), previous(), getRow(),
>rowRefresh(), etc..) return the error java.lang.AbstractMethodError.

It looks like you're calling JDBC 2 methods using the JDBC 1
driver.

I cannot reach http://jdbc.postgresql.org at the moment, but the
most recent stable JDBC 2 driver should be in the download
section.

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Craig Lawton
Date:
Subject: java.lang.AbstractMethodError
Next
From: "Nick Fankhauser"
Date:
Subject: Re: JDBC/JSP: Strange Problem