Re: Result Set Cursor Patch

From: Andy Zeneski <jaz(at)ofbiz(dot)org>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Result Set Cursor Patch
Date: 2004-04-30 16:14:31
Message-ID: 76C47D09-9AC1-11D8-A094-000A95DA1A7C@ofbiz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris,

Does JDBC1 support CONCUR_UPDATABLE or just CONCUR_READ_ONLY?

-Andy

On Apr 30, 2004, at 11:43 AM, Kris Jurka wrote:

> This patch does not support updateable ResultSets (deleteRow,
> insertRow),
> but doesn't do anything to prevent a cursor from being used in that
> case.
>
> Kris Jurka
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-04-30 16:18:36 Re: Result Set Cursor Patch
Previous Message Andy Zeneski 2004-04-30 16:01:55 Re: Result Set Cursor Patch