Subject Re: [firebird-support] before insert trigger
Author Helen Borrie
At 12:28 PM 3/08/2004 +0000, you wrote:
>Hello Everyone
>
>I use firebird 0.9x ss on Redhat 7.2
>
>There is a before insert trigger which I use to update a particular
>serial number and returns a value. At times it returns a null value
>and I am forced to drop and recreate the trigger to get it working.
>
>any clues ?

Triggers can't return values. So show us your trigger and explain what you
are expecting.

/heLen