Re: Help !! Postgres on JDeveloper+ADF - Mailing list pgsql-jdbc

From Mike Warnecke
Subject Re: Help !! Postgres on JDeveloper+ADF
Date
Msg-id 1127322985.8510.15.camel@theta.audiowarehouse.sk.ca
Whole thread Raw
In response to Help !! Postgres on JDeveloper+ADF  (andres@sayago.info)
List pgsql-jdbc
On Wed, 2005-21-09 at 08:50 -0600, andres@sayago.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@audiowarehouse.ca>
Audio Warehouse

Attachment

pgsql-jdbc by date:

Previous
From: andres@sayago.info
Date:
Subject: Help !! Postgres on JDeveloper+ADF
Next
From: Craig Servin
Date:
Subject: Re: Help !! Postgres on JDeveloper+ADF