Re: Driver modified for JDeveloper+ADF communication

From: Kris Jurka <books(at)ejurka(dot)com>
To: Javier Caballero <jcaballero(at)empretal(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Driver modified for JDeveloper+ADF communication
Date: 2007-06-19 16:38:19
Message-ID: Pine.BSO.4.64.0706191235420.15310@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 19 Jun 2007, Javier Caballero wrote:

> I'm doing a program with JDeveloper+ADF and Postgre and was having problems
> with the update sentence (created automatically by JDeveloper). After some
> research, found the problem in the SQL sentence. Postgre don't accept alias
> in a UPDATE query and JDeveloper sends it.

PG accepts update aliases in version 8.2+. So a better solution is
probably just to upgrade.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-06-19 16:47:12 Re: Literal vs parameterized 'timestamp with time zone' value
Previous Message Javier Caballero 2007-06-19 11:05:31 Driver modified for JDeveloper+ADF communication