Subject RE: [firebird-support] Re: Converting a database from Firebird 1.5 to 2.1
Author Alan McDonald
> On 2010.08.17 7:23 PM, kant_steven wrote:
> >
> > I repeated the process using gbak from the appropriate version and
> got
> > the same behavior, so this is not the problem. It is probably the
> data.
> >
> You should take a look to triggers , especially to delete (before,
> after) and see the sql statements.
> Don't use "new.field" in after delete triggers.
>
> Regards,
> Paul

you can use the new. variables (query them), you just cannot assign values
to them.
Alan