Re: LO - Size

From: Barry Lind <blind(at)xythos(dot)com>
To: Andreas Bauer <andreasbauer(at)bukis(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: LO - Size
Date: 2003-09-13 05:10:37
Message-ID: 3F62A6CD.90008@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Andreas,

Can you provide a test case that demonstrates your problem?

With out much detail here, I can only guess what the problem might be.
There is a known bug where when the 7.3 driver talks to a 7.3 server,
the server incorrectly tries to encode binary data in UTF8 when sending
the data from the server to the client. The workaround for this is to
use a database encoding of UNICODE.

thanks,
--Barry

Andreas Bauer wrote:
> Hi,
>
> after I have succeeded in writing a blob to a db
> I want to check, if really everything is written
> into db, because when I try to receive e.g a bmp
> which has 29 kb I only receive 3 kb. And the preview
> only shows a small part the picture, but that part
> right.
> So any hints where is the problem?
> thanks in advance
>
> Regards
>
> Andi
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

In response to

  • LO - Size at 2003-09-04 19:49:27 from Andreas Bauer

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-09-13 05:23:32 Re: Am I right?
Previous Message Barry Lind 2003-09-13 05:07:34 Re: Copy Command