Problem widht JDBC Driver

From: "Massimo Luise" <maxluise(at)altavista(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Problem widht JDBC Driver
Date: 2001-01-11 14:27:20
Message-ID: 93kfqh$2ucj$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello to all,
I'm writing because i have noticed a problem with the JDBC driver:
JDBC specification say that "ResultSet.absolute( 1 )" is equivalent to
"ResultSet.first()". With the postgresql jdbc driver this is not true.
I suppose that this problem happens because theVector implementation of
ResultSet.

There is someone that has investigated this problem and can help me ?

Thanks to all.
Max

Browse pgsql-interfaces by date

  From Date Subject
Next Message Luise Massimo 2001-01-11 15:38:22 JDBC Driver
Previous Message Massimo Luise 2001-01-11 14:01:48 JDBC Trouble