java.lang.AbstractMethodError - Mailing list pgsql-jdbc

From Craig Lawton
Subject java.lang.AbstractMethodError
Date
Msg-id C0D4DFD6-E6F3-11D5-B064-0003930C7F9E@qwest.net
Whole thread Raw
Responses Re: java.lang.AbstractMethodError  (Rene Pijlman <rene@lab.applinet.nl>)
List pgsql-jdbc
Hello All,

I've been working with PostgreSQL 7.1.3 and the JDBC driver under Mac OS
X.  I'm able to connect to a database, create a statement and execute a
query that returns a ResultSet.  However, I've had quite a bit of
trouble working with most of the ResultSet methods.  Specifically, only
a handful of the ResultSet methods function properly.  For example,
ResultSet.next() correctly positions the cursor at the next record, and
I can retrieve values using ResultSet.getXXX(), however, almost all
other ResultSet methods (such as first(), previous(), getRow(),
rowRefresh(), etc..) return the error java.lang.AbstractMethodError.
I'm at a loss, any help would be appreciated.

Thanks,

Craig Lawton


pgsql-jdbc by date:

Previous
From: "Scott Street"
Date:
Subject: JDBC/JSP: Strange Problem
Next
From: Rene Pijlman
Date:
Subject: Re: java.lang.AbstractMethodError