moving throw the resultset

Поиск
Список
Период
Сортировка
От Marcos
Тема moving throw the resultset
Дата
Msg-id 3A110069.6097E69F@second.ival.es
обсуждение исходный текст
Список pgsql-general
hi,

    i am making a servlet to move to any row from the resultset.
    i have driver jdbc6.4 and java1.2.
    i have done a
        resultset rs = stmt.executeQuery("select * from data");
        rs.absolute(2) --->  to move to second row
    but does not work .. in the logs said:
        java.lang.AbstractMethodError: postgresql/ResultSet.absolute
        at myservlet.doGet(Compiled Code)
        at myservlet.doPost(listparte.java:35)
        at org.apache.jserv.JServConnection.processRequest(Compiled
Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

    how can i do that?
    any suggestions will be pleased,

thanks in advance,

marcos


--
m a r c o s @ i v a l . e s


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Trying to understand VACUUM VERBOSE
Следующее
От: Marcos
Дата:
Сообщение: about time.