Re: Updatable result sets

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Updatable result sets
Дата
Msg-id 1038848089.23090.10.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Updatable result sets  ("David Hooker" <dhooker@a4networks.com>)
Список pgsql-jdbc
The driver supports it as of 7.2, but it should work with older versions
of the server.

Dave
On Mon, 2002-12-02 at 11:51, David Hooker wrote:
> Statement stmt =
> conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
> ResultSet.CONCUR_UPDATABLE);
>
> Is this supported?  If so, as of which version?
>
--
Dave Cramer <Dave@micro-automation.net>


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

Предыдущее
От: "David Hooker"
Дата:
Сообщение: Updatable result sets
Следующее
От: Alex Dovlecel
Дата:
Сообщение: accessing collumn in join ResultSet