moving throw the resultset - Mailing list pgsql-general

From Marcos
Subject moving throw the resultset
Date
Msg-id 3A110069.6097E69F@second.ival.es
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Trying to understand VACUUM VERBOSE
Next
From: Marcos
Date:
Subject: about time.