Re: is SQLXML implemented somewhere?

From: boris <boris(at)localhost(dot)localdomain>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: is SQLXML implemented somewhere?
Date: 2011-09-18 02:31:01
Message-ID: j53l2s$1hr$1@speranza.aioe.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 09/17/2011 09:25 PM, Kris Jurka wrote:
>
>
> On Fri, 16 Sep 2011, boris wrote:
>
>> I'm trying to use SQLXML ( con.createSQLXML();) with 8.4-703 jdbc4 and I'm
>> getting this :
>> Method org.postgresql.jdbc4.Jdbc4Connection.createSQLXML() is not yet
>> implemented.
>
> Are you sure you have 8.4-703? That version should have SQLXML support.
> It was added for the 8.4 release.
>
> Kris Jurka
>

Kris,
you are right. Looks like old jars were still in classpath somehow.
It's working now.

Still, I can't get values using sql. I posted another message to
pgsql.sql...

Thanks!

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message boris 2011-09-18 15:20:49 Re: is SQLXML implemented somewhere?
Previous Message Kris Jurka 2011-09-18 01:25:25 Re: is SQLXML implemented somewhere?