From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Derrick Betts <Derrick(at)grifflink(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Errors sending Blob to DB |
Date: | 2003-08-29 15:26:04 |
Message-ID: | 3F4F708C.3020202@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
It would be helpful to see the code that you actually wrote. Just the
part that initiates the transfer of the blob though.
Derrick Betts wrote:
> I am using Delphi7 and PostgeSQL 7.3.2
>
> My DB table is as such
> Create Table files (
> emalid varchar(80),
> memocolumn text,
> savedfile oid );
>
> I cannot post Blobs to the DB that are larger than a typical icon. If
> the Blob is small, it goes through just fine. When I try to send a
> larger object to the DB, I get a Postgres error:
>
> SQL Error: pqReadData() - read() failed: errno=0
>
> What am I doing wrong with this and what can I change to eliminate the
> error and get larger files into the database?
>
> Thank you,
> Derrick
--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
The most reliable support for the most reliable Open Source database.
From | Date | Subject | |
---|---|---|---|
Next Message | Terry Yapt | 2003-08-29 15:49:11 | Re: Localization Oracle vs. Postgresql |
Previous Message | Dennis Gearon | 2003-08-29 15:25:53 | Re: Visual database structure browser for postgresql? |