Cut off BLOB fields?

From: "Klemens Seydel" <kseydel(at)am-soft(dot)de>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Cut off BLOB fields?
Date: 2001-09-25 07:12:08
Message-ID: 001e01c14591$66586c90$1464a8c0@POTSDAM.AMSOFT.DE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

I got the following problem:

My PostgreSQL database (7.1.3) works fine, but reading BLOBs via ODBC
fails halfway. Not it doesn't work (sure it does!) but the whole rest of the
imagedata gets dropped behind 80k. I don't have the problem with smaller
imagedata, but can't size down all images for that2work.

The object is of type "lo", and rewriting the imagedata to a file (from the
backend via perl-script) results in the correct image. The only thing that
doesn't work perfectly is the cutt-off of my imagedata. I see the picture,
but the whole rest is cut off. Means only half information. :-)

I also tried out all ODBC driver options to ensure maximum compatibility.
No chance; i couldn't fix that crap.

Thanks in advance

KS

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jean-Michel POURE 2001-09-25 07:25:14 Re: [ODBC] UTF-8 support
Previous Message Jason Kwok 2001-09-25 04:53:10 data binding for picture in VB