Re: Help !! Postgres on JDeveloper+ADF

From: Mike Warnecke <mike(at)audiowarehouse(dot)ca>
To: andres(at)sayago(dot)info
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Help !! Postgres on JDeveloper+ADF
Date: 2005-09-21 17:16:25
Message-ID: 1127322985.8510.15.camel@theta.audiowarehouse.sk.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 2005-21-09 at 08:50 -0600, andres(at)sayago(dot)info wrote:
> Hello again.
>
> I can't find the solution. I need to use PostgreSQL on JDeveloper using
> ADF. I get an error about "check sintaxis". The problem is that ADF use
> aliases for UPDATE statements, and PostgreSQL not (MySQL yes!!).
>
> Can you help me??

As said before, you need to write a JDBC driver that will remove the
aliases from updates, and then send the rewritten query to postgresql.

--
Mike Warnecke <mike(at)audiowarehouse(dot)ca>
Audio Warehouse

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Servin 2005-09-21 17:22:54 Re: Help !! Postgres on JDeveloper+ADF
Previous Message andres 2005-09-21 14:50:27 Help !! Postgres on JDeveloper+ADF