Re: Update ResultSet

From: "Christian Rengstl" <Christian(dot)Rengstl(at)klinik(dot)uni-regensburg(dot)de>
To: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Update ResultSet
Date: 2007-10-10 13:13:45
Message-ID: 470CEC87.90AD.0080.0@klinik.uni-regensburg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Well, that's not a big problem. It's just because in my app i am
offering the option to execute stored queries and display and update the
fields using a JTable. The problem is just that some users said it would
be nice if a joined query with fields from two or more tables would be
updateable as well.

Christian Rengstl M.A.
Klinik und Poliklinik für Innere Medizin II
Kardiologie - Forschung
Universitätsklinikum Regensburg
B3 1.388
Franz-Josef-Strauss-Allee 11
93053 Regensburg
Tel.: +49-941-944-7230

>>> On Wed, Oct 10, 2007 at 3:02 PM, in message
<470CCD6A(dot)4090008(at)enterprisedb(dot)com>, "Heikki Linnakangas"
<heikki(at)enterprisedb(dot)com> wrote:
> Christian Rengstl wrote:
>> And I suppose there is no reasonable workaround, is there?
>
> Well, you can always run a good old UPDATE statement yourself.
>
> --
> Heikki Linnakangas
> EnterpriseDB http://www.enterprisedb.com
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 6: explain analyze is your friend

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message tivvpgsqljdbc 2007-10-10 13:39:47 Re: Update ResultSet
Previous Message Heikki Linnakangas 2007-10-10 13:02:34 Re: Update ResultSet