Errors sending Blob to DB

Поиск
Список
Период
Сортировка
От Derrick Betts
Тема Errors sending Blob to DB
Дата
Msg-id 03d501c36e39$96fe1110$e70a0a0a@BigOne
обсуждение исходный текст
Ответы Re: Errors sending Blob to DB
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: before trigger problem
Следующее
От: Greg Stark
Дата:
Сообщение: Optimizer isn't perfect