Re: [GENERAL] Picture with Postgres and Delphi

2003-09-10 Thread Derrick Betts
Is the size limit 8K for 'text' field types as well? - Original Message - From: "Guy Fraser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 9:40 AM Subject: Re: [GENERAL] Picture with Postgres and Delphi > What is the size limit of bytea, I thought it wa

[GENERAL] Errors sending Blob to DB

2003-08-29 Thread Derrick Betts
I am using Delphi7 and PostgeSQL 7.3   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