JDBC Driver

Поиск
Список
Период
Сортировка
От Luise Massimo
Тема JDBC Driver
Дата
Msg-id 987CB2BB0B28D4118C35009027CB57952A23E5@sysnt1.cctv
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Markus Wagner
Дата:
Сообщение: Re: [SQL] connecting to postgres server from Access
Следующее
От: "Ian deSouza"
Дата:
Сообщение: BIT type still not working