moving throw the resultset

From: Marcos <marcos(at)second(dot)ival(dot)es>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: moving throw the resultset
Date: 2000-11-14 09:05:45
Message-ID: 3A110069.6097E69F@second.ival.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Marcos 2000-11-14 09:21:26 about time.
Previous Message Tom Lane 2000-11-14 07:28:31 Re: Trying to understand VACUUM VERBOSE