Re: BLOB support problem !!!!

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pagomen(at)csd(dot)uoc(dot)gr
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: BLOB support problem !!!!
Date: 2004-06-23 11:55:17
Message-ID: 40D96FA5.7050606@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

GP wrote:

> I tried both of them BUT
> The first one throw an OutofMemoryException for files > 1.5 Mbyte (is
> this some kind of bug ??)

It's a known issue. There are patches pending to fix it that will
hopefully be applied soon. A workaround is to increase your JVM's heap size.

> And the second one doesn't throw any Exception or Error but it does NOT
> write anything in the database !!

It looks like it's missing a conn.commit() call at the end, so none of
the changes will actually be committed..

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message GP 2004-06-23 13:36:50 Re: BLOB support problem !!!!
Previous Message GP 2004-06-23 11:30:30 BLOB support problem !!!!