Re: bug with 8.X level 4 driver?

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: bug with 8.X level 4 driver?
Дата
Msg-id 43961892.6070004@opencloud.com
обсуждение исходный текст
Ответ на Re: bug with 8.X level 4 driver?  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:

> Try using batches instead. The new driver can no longer do multiple
> statements that way.

It can handle this sort of multiple statement just fine, actually.

However, the driver now correctly follows the JDBC spec, and you must
use getMoreResults() to skip past the update counts returned by the
INSERT to get at the actual ResultSet-returning query, then use
getResultSet().

-O

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

Предыдущее
От: Andres Olarte
Дата:
Сообщение: Re: Advise on mapping JTable to large PostgreSQL table
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: pgsql XA with weblogic 8.1?