RE: [INTERFACES] Problem accessing large object via servlet

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'LAN ZHANG'" <zhang-lan(at)usa(dot)net>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Problem accessing large object via servlet
Date: 1999-10-07 08:40:02
Message-ID: 1B3D5E532D18D311861A00600865478C25E696@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

There was a bug in jdbc 6.5.1 that caused it (found it about 5 minutes
after 6.5.1 was released). Copying the errors*.properties files from the
6.5.2 to 6.5.1 drivers will fix it (they are text files).

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: LAN ZHANG [mailto:zhang-lan(at)usa(dot)net]
Sent: 07 October 1999 05:38
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] Problem accessing large object via servlet

Hi,

Thanks for helping me out of accessing remote database problem. But
another
one comes, I am really tired of this.

When I accessed the large object via servlet it shows the same error
message
again:
java.lang.IllegalArgumentException: Argument # > Arg length

But if I just use java program not servlet, it works well.

I am now using jdbc6.5.1, but I can't switch to jdbc6.5.2, cause it has
another protocol uncompatible problem.

-- Lan Zhang

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

************

Browse pgsql-interfaces by date

  From Date Subject
Next Message LAN ZHANG 1999-10-07 10:51:55 Problems with large objects
Previous Message Peter Mount 1999-10-07 08:06:26 RE: [INTERFACES] Jdbc-WebServer