Re: Updatable result sets - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Updatable result sets
Date
Msg-id 1038848089.23090.10.camel@inspiron.cramers
Whole thread Raw
In response to Updatable result sets  ("David Hooker" <dhooker@a4networks.com>)
List 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 by date:

Previous
From: "David Hooker"
Date:
Subject: Updatable result sets
Next
From: Alex Dovlecel
Date:
Subject: accessing collumn in join ResultSet