java.lang.AbstractMethodError

Поиск
Список
Период
Сортировка
От Craig Lawton
Тема java.lang.AbstractMethodError
Дата
Msg-id C0D4DFD6-E6F3-11D5-B064-0003930C7F9E@qwest.net
обсуждение исходный текст
Ответы Re: java.lang.AbstractMethodError  (Rene Pijlman <rene@lab.applinet.nl>)
Список 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 по дате отправления:

Предыдущее
От: "Scott Street"
Дата:
Сообщение: JDBC/JSP: Strange Problem
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: java.lang.AbstractMethodError