Subject Re: [firebird-support] Blob Problem
Author Helen Borrie
At 08:40 AM 1/02/2005 -0200, you wrote:

>Helen, debtor for the aid. I am facing difficulties to insert long
>texts in fields blob in firebird using with IBExpert interface, that
>is limiting the size of the field the 64KB. I wait return

You should not try to insert text longer than 32,765 bytes into a blob
using a string as input. If IBExpert lets you insert longer strings, then
IBExpert has a bug that will cause an overflow exception in the database.

./heLen