Re: autocommit trouble with jdbc on Postgres 7.4

Поиск
Список
Период
Сортировка
От Bob Cart
Тема Re: autocommit trouble with jdbc on Postgres 7.4
Дата
Msg-id C2CD3434-23B6-11D8-97C0-000A95BA17FE@cartdev.com
обсуждение исходный текст
Ответ на autocommit trouble with jdbc on Postgres 7.4  (Bob Cart <bob@cartdev.com>)
Список 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 по дате отправления:

Предыдущее
От: Bob Cart
Дата:
Сообщение: Re: autocommit trouble with jdbc on Postgres 7.4
Следующее
От: groups@ezotyrik.org (Ezotyrik)
Дата:
Сообщение: Backend Protocol Examples?