Re: PreparedStatement batch statement impossible

Поиск
Список
Период
Сортировка
От hans wulf
Тема Re: PreparedStatement batch statement impossible
Дата
Msg-id 20110308141705.13350@gmx.net
обсуждение исходный текст
Ответ на PreparedStatement batch statement impossible  ("hans wulf" <lotu1@gmx.net>)
Список pgsql-jdbc
hi,

the API says you can use getGeneratedKeys() after executing the statements. But executeBatch() fails...

The driver has got a problem here:

The normal way would be:

1. Create a PreparedStatement with the GET_GENERATED_KEYS flag
2. executeBatch without Exception
3. call getGeneratedKeys()


--
GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
gratis Handy-Flat! http://portal.gmx.net/de/go/dsl

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

Предыдущее
От: "hans wulf"
Дата:
Сообщение: Re: PreparedStatement batch statement impossible
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: PreparedStatement batch statement impossible