Обсуждение: Cut off BLOB fields?

Поиск
Список
Период
Сортировка

Cut off BLOB fields?

От
"Klemens Seydel"
Дата:
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

Re: Cut off BLOB fields?

От
"Hiroshi Inoue"
Дата:
-----Original Message-----
From: Klemens Seydel

> 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.

Could you send me the *Mylog* output ?
You could easily  turn on/off  *Mylog* option using
the latest driver 7.01.0007.

regards,
Hiroshi Inoue