Subject Re: [firebird-support] ISC ERROR CODE:335544384 isc_bad_blk
Author Dieter Tremel
--On Donnerstag, 26. Februar 2004 16:54 +0000 Dieter Tremel
<tremel@...> wrote:

> after a simple INSERT in WI-V6.3.0.4306 Firebird 1.5 with some
> Before Insert Triggers fired I get:
>
> ISC ERROR CODE:335544384
>
> ISC ERROR MESSAGE:
> internal error

Just for Your information, I solved the problem by analyzing the triggers.
One of them (Before Insert) had a wrong declare variable type, it was memo
instead of varchar(255)

Thank for help
Dieter Tremel