Re: Help !! Postgres on JDeveloper+ADF

From: Craig Servin <cservin(at)cromagnon(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Help !! Postgres on JDeveloper+ADF
Date: 2005-09-21 17:22:54
Message-ID: 200509211222.55072.cservin@cromagnon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The way that I would deal with this is by implementing a JDBC driver. I would
cheat with a java.lang.reflect.Proxy which really just passes everything to
the PostreSQL JDBC driver but parses the statements and removes the alias.

It should not be too hard. But since this is so specific to your situation I
do not think anyone is going to do it for you. I think that a
java.lang.reflect.Proxy is the way to go.

On Wednesday 21 September 2005 09:50 am, 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??
>
> Andrés Sáyago
> Bogotá D.C., Colombia
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nicolaus.Bauman 2005-09-21 18:32:33 Re: Help !! Postgres on JDeveloper+ADF
Previous Message Mike Warnecke 2005-09-21 17:16:25 Re: Help !! Postgres on JDeveloper+ADF