Subject Re: [IBO] Question about generator management
Author Salvatore Besso
hello Marco,

> IF ( new.ID_TEST IS NULL ) then
> new.ID_TEST = GEN_ID(TEST_GEN,1);

this is exactly the same code that I use in my triggers. I will
eventually use the Generator_Link as well, depending on the single
case and needs.

Thank you
Salvatore