JDBC executeUpdate() does not return the number of rows effected

Поиск
Список
Период
Сортировка
От Robert Dyas
Тема JDBC executeUpdate() does not return the number of rows effected
Дата
Msg-id MGEFJOBFIEAIADIKAMEKIEFJCDAA.rdyas@adelphia.net
обсуждение исходный текст
Список pgsql-jdbc
Hi all,

I have been using the JDBC driver for a couple of months now. The only
limitation I have run into for my own uses is that calling executeUpdate()
does not return the number of rows effected by update or delete statement --
it always returns 0.

Is this a limitation of Postgresql (i.e. the backend does not provide this
info) or a limitation of the JDBC driver?

If it is not a limitation of the backend, does anyone have an idea if this
bug would be as easy to fix as it appears on the surface?

Rob


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: j2ee compatiable jdbc driver on jdbc.postgresql.org?
Следующее
От: Barry Lind
Дата:
Сообщение: Re: JDBC executeUpdate() does not return the number of rows effected