RE: Save java objects using JDBC

From: Peter Mount <petermount(at)maidstone(dot)gov(dot)uk>
To: "'Rob Judd'" <rjudd(at)mlug(dot)missouri(dot)edu>
Cc: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: Save java objects using JDBC
Date: 2000-10-17 14:21:24
Message-ID: 1B3D5E532D18D311861A00600865478CF1B441@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Yes, although try the 6.5.3 driver from my website first (which is different
to that released with 6.5.3 [I screwed up the cvs commit then], and if
memory serves there was a protocol fix in that version).

http://www.retep.org.uk/postgres/jars/jdbc6.5-1.2.jar

Peter

--
Peter Mount
Enterprise Support Officer, Maidstone Borough Council
Email: petermount(at)maidstone(dot)gov(dot)uk
WWW: http://www.maidstone.gov.uk
All views expressed within this email are not the views of Maidstone Borough
Council

-----Original Message-----
From: Rob Judd [mailto:rjudd(at)mlug(dot)missouri(dot)edu]
Sent: Tuesday, October 17, 2000 3:17 PM
To: Peter Mount
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: RE: [INTERFACES] Save java objects using JDBC

> No, when you forget to setAutoCommit(false) you get a different exception.
>
> This is a protocol error. What version of both the Backend, JDBC Driver
and
> JDK are you using?

Very sorry - I meant to put this information in.

jdbc6.5-1.2, postgresql-6.5.3-6 (these two packaged by RedHat)
jdk-1.2.2 (pacakged by Sun)

I remember now that you mention it: a while ago I got the sources to the
jdbc and fixed this problem myself (which is why I thought I had it
working) but I no longer have it available.

Will a simple upgrade solve this?

Thanks a lot, Rob

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tsuchiya, Mitsy 2000-10-17 15:23:34 Interrupted system call and JDBC
Previous Message Rob Judd 2000-10-17 14:17:13 RE: Save java objects using JDBC