Subject Re: [firebird-support] Conversion error in trigger
Author Dimitry Sibiryakov
On 26 Jan 2005 at 16:59, adam_tibor wrote:

>Can anyone tell me why do I get:
>"Overflow occured during type conversion.
>conversion error from string "BLOB""

BLOB content can't be selected into varchar variable. Sting can't
be appended to BLOB.
If I were you, I'd create another table for the log. It is closer
to relational model.
--
SY, Dimitry Sibiryakov.