Re: Updatable result sets

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: David Hooker <dhooker(at)a4networks(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Updatable result sets
Date: 2002-12-02 16:54:49
Message-ID: 1038848089.23090.10.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)micro-automation(dot)net>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alex Dovlecel 2002-12-02 17:17:57 accessing collumn in join ResultSet
Previous Message David Hooker 2002-12-02 16:51:57 Updatable result sets