Re: [INTERFACES] problem with getBytes

From: "Rafal Piotrowski (CSCS)" <Rafal(dot)Piotrowski(at)CSCS(dot)CH>
To: Peter Mount <peter(at)retep(dot)org(dot)uk>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] problem with getBytes
Date: 1999-11-23 08:47:10
Message-ID: 383A548E.3A0364F@CSCS.CH
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Peter Mount wrote:
>
> > One more thing, setBytes method, does work, but only if the array of
> > bytes is not too big. (I don't know the exact size) :-(
>
> You may need to look at the LargeObject api, which is additional to the
> JDBC api.
>

I don't want to use the LargeObject API, because I want to make my
application easy to port to different DBMS. And since LargeObject API is
not in for example in JDBC for mySQL, I don't want to use it.

Anyway, I have used it before, and I have noticed the following thing:
when I store an object, and then try to rewrite the object (the new
object is bigger), nothing huppens. Well, the size of the object
changes, but when I retreive the data from the object, it is unchanged
:-? (i.e. I get the original object, the first one stored).
I thing that is odd. Something simmilar huppens, when I reduce the size
of the object and write it. Except that the size of the LargeObject does
not change, it staies the same, as it was.

Do you have any idea, what is going on?

thanks,

RP
--
..............................................................................
: Rafal Piotrowski :
mailto:Rafal(dot)Piotrowski(at)CSCS(dot)CH :
: Research Scientist :
http://www.cscs.ch/~rpiotrow :
: Centro Svizzero di Calcolo Scientifico : Tel.: +41 (0)91 610
8211 :
: Via Cantonale, Galleria 2 : +41 (0)91 610 8315
(direct) :
: CH-6928 Manno, Switzerland : Fax: +41 (0)91 610
8383 :
..............................................................................

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1999-11-23 10:09:18 header problem
Previous Message Peter Mount 1999-11-23 06:53:38 Re: [INTERFACES] table very big !!!!!