Subject RE: [firebird-support] constant un trigger/procedure
Author Alan McDonald
>
> hello,
>
> i don't like to see in trigger some code like
> if xxx = 3 then ...
> is it possible to declare global constant like
>
> Declare MyconstanteName INTEGER = 3;
>
> thanks by advance
> stephane
>

you've got a database. Put the variable you want in a field and use a select
statement anytime you want it.
Alan