JDBC: Exception when calling ResultSet.previous()

Поиск
Список
Период
Сортировка
От Peter Wasem
Тема JDBC: Exception when calling ResultSet.previous()
Дата
Msg-id 3B8950E3.ECFE6E40@bluewin.ch
обсуждение исходный текст
Список pgsql-interfaces
Hi

In a JAVA-project I need to process a ResultSet with both methods
previous() and next() to move
arround in ResultSets. The ResultSet method next() is no problem. But
when I call the next()
method I get the following exception.

Exception in thread "main" java.lang.AbstractMethodError:
org/postgresql/jdbc1/ResultSet.previous
    at my.postgresqltest.func2(postgresqltest.java:439)
    at my.postgresqltest.func1(postgresqltest.java:276)
    at my.postgresqltest.main(postgresqltest.java:53)


Has anybody a solution to my problem or any ideas ?

Peter
Вложения

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Ligia Pimentel"
Дата:
Сообщение: Core dump when I run a program that uses embedded sql
Следующее
От: Björn Lundin
Дата:
Сообщение: How does pg work?