Re: Large objects truncated when retrieved

From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
To: "'Xavier Le Vourch'" <xavier(at)brittanysoftware(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Large objects truncated when retrieved
Date: 2003-10-04 22:48:46
Message-ID: 016901c38ac9$ab7c8570$3d283ddb@PbgX
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Xavier Le Vourch
> Sent: Saturday, October 04, 2003 3:48 AM
>
> I'm storing pictures in a table using the lo type definition from the
> FAQ. The server version is 7.2.3 and the odbc driver is 7.3.100.
>
> The images are stored correctly and can be retrieved on the
> server fine
> using psql but the odbc driver truncates the objects at 32k+1 on the
> retrieve (they were stored correctly though).

Which data type are you using to store the images ?
And what kind of tools are you using ?
In most cases tools have their own limitations.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Xavier Le Vourch 2003-10-04 23:14:07 Re: Large objects truncated when retrieved
Previous Message Xavier Le Vourch 2003-10-03 18:47:33 Large objects truncated when retrieved