Re: SQL Error: pqReadData() -- read() failed: errno=0 No error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Derrick Betts" <Derrick(at)grifflink(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SQL Error: pqReadData() -- read() failed: errno=0 No error
Date: 2003-09-05 06:37:51
Message-ID: 9009.1062743871@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Derrick Betts" <Derrick(at)grifflink(dot)com> writes:
> I am sending the source text from web pages to the DB (7.3.2) through a
> dataset in Delphi. The field in the DB table is of the type "text", and the
> fieldtype in Delphi shows ftMemo (a Blob type). When I "ApplyUpdates" from
> my application I get the "SQL Error: pqReadData() -- read() failed: errno=0
> No error" message.

> Now, this is only happening when the length of the text that I am attempting
> to update to the DB is large.

Are you by any chance connecting through an SSL-encrypted connection?
If so, does the problem go away when you disable SSL? We recently found
some buffering problems in our SSL interface code that might possibly
yield this kind of failure.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-09-05 06:44:51 Re: Seq scan of table?
Previous Message Bruno BAGUETTE 2003-09-05 06:34:47 RE : Seq scan of table?