| From: | Bob Cart <bob(at)cartdev(dot)com> |
|---|---|
| To: | Oliver Jowett <oliver(at)opencloud(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: autocommit trouble with jdbc on Postgres 7.4 |
| Date: | 2003-12-01 04:28:06 |
| Message-ID: | C2CD3434-23B6-11D8-97C0-000A95BA17FE@cartdev.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ListMan | 2003-12-01 22:50:26 | Problem with PGStatement.getLastOID() |
| Previous Message | Bob Cart | 2003-12-01 03:59:36 | Re: autocommit trouble with jdbc on Postgres 7.4 |