Re: updatable result sets

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Glenn Holmer <gholmer(at)weycogroup(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: updatable result sets
Date: 2004-03-17 16:59:21
Message-ID: 1079542761.1257.21.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Glenn,

How would you propose we do this ?

Dave
On Wed, 2004-03-17 at 11:20, Glenn Holmer wrote:
> I have updatable result sets working with the 7.4.1 driver against
> a 7.3 backend, but I've noticed that when inserting a record, it
> appears as the last record in the result set even if a sort order
> was specified. Likewise, if ORDER BY NAME was specified and the
> name field has changed, it stays in the same place in the set.
>
> Is there any way to make these records appear in order without
> re-reading the data by creating the result set over again?
--
Dave Cramer
519 939 0336
ICQ # 14675561

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Glenn Holmer 2004-03-17 17:05:07 Re: updatable result sets
Previous Message Glenn Holmer 2004-03-17 16:20:07 updatable result sets