Re: [Postgis][javax.sql.DataSource] Failed

From: Micka <mickamusset(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [Postgis][javax.sql.DataSource] Failed
Date: 2011-03-17 15:01:06
Message-ID: AANLkTimA3B86kTJNejUQ1DaD=h0z5dLTwsAo79QhRr2J@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thx all !

You helped me a lot !

On Thu, Mar 17, 2011 at 3:52 PM, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:

> Dave Cramer, 17.03.2011 15:24:
>
> Micka,
>>
>>
>>> So my question is:
>>>
>>> How can I manipulate geometry data In my case ?
>>>
>>>
>>
>> AFAIR there is a way to get the underlying connection. You will have
>> to get that to cast it.
>>
>> Dave
>>
>>
> See the description here:
>
> http://commons.apache.org/dbcp/configuration.html
> (property: accessToUnderlyingConnectionAllowed)
>
> It also contains an example on how to obtain the physical
> java.sql.Connection
>
> It should be possible to cast that to the PGConnection then.
>
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lew 2011-03-18 22:47:59 Re: Problem with executeBatch and "A result was returned when none was expected"
Previous Message Thomas Kellerer 2011-03-17 14:52:51 Re: [Postgis][javax.sql.DataSource] Failed