Re: autocommit trouble with jdbc on Postgres 7.4 - Mailing list pgsql-jdbc

From Bob Cart
Subject Re: autocommit trouble with jdbc on Postgres 7.4
Date
Msg-id C2CD3434-23B6-11D8-97C0-000A95BA17FE@cartdev.com
Whole thread Raw
In response to autocommit trouble with jdbc on Postgres 7.4  (Bob Cart <bob@cartdev.com>)
List pgsql-jdbc
Thank you, Oliver! That was all it took! I really really appreciate
your help. It's tireless folks like you that make learning and using
new technologies so much of a pleasure.

Best wishes,

Bob


On Nov 30, 2003, at 8:16 PM, Oliver Jowett wrote:

> On Sun, Nov 30, 2003 at 08:09:46PM -0800, Bob Cart wrote:
>> Thanks Oliver. I'm not using the driver that ships with the app - at
>> least I don't think I am. I installed the app on one box and built
>> PostgreSQL on another machine --with-java. My app connects to the
>> postgresql server on a seperate box using jdbc, i.e.
>>
>>    jdbc:postgresql://server/database
>>
>> Doesn't that mean that the driver in question is the one on the
>> postgresql box and not the one that ships with the application?
>
> It's the .jar on the client (i.e. application) side that's important.
> So you
> need to take the postgresql.jar that was built on your postgresql box
> and
> copy it to the lib/ dir of your servoy install on the app box.
>
> -O
>


pgsql-jdbc by date:

Previous
From: Bob Cart
Date:
Subject: Re: autocommit trouble with jdbc on Postgres 7.4
Next
From: groups@ezotyrik.org (Ezotyrik)
Date:
Subject: Backend Protocol Examples?