Обсуждение: Updatable result sets

Поиск
Список
Период
Сортировка

Updatable result sets

От
"David Hooker"
Дата:
Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
Is this supported?  If so, as of which version?
 

Re: Updatable result sets

От
Dave Cramer
Дата:
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>