JDBC Driver - Mailing list pgsql-interfaces

From Luise Massimo
Subject JDBC Driver
Date
Msg-id 987CB2BB0B28D4118C35009027CB57952A23E5@sysnt1.cctv
Whole thread Raw
List pgsql-interfaces
Dear all,
i have found a strange thing on rpm distribution of postgresql jdbc driver
versione 7.0.2 and 7.0.3:
JDBC specification say that "ResultSet.absolute( 1 )" is equivalent to
"ResultSet.first()".
With the postgresql jdbc driver found in rpm distribution this is not true:
ResultSet.absolute( 1 ) return the second row of the set.
I suppose that this problem happens because the Vector implementation of
ResultSet is 0-based while ResulSet spec is 1-based.

I have recompiled the jdbc drive from 7.0.3 source distribution and the
problem is disappeared.
I hope this help. Sincerely Massimo Luise.



pgsql-interfaces by date:

Previous
From: Markus Wagner
Date:
Subject: Re: [SQL] connecting to postgres server from Access
Next
From: "Ian deSouza"
Date:
Subject: BIT type still not working