Subject Re: [firebird-support] stored procedures and sqlcode
Author Paul Vinkenoog
Correction:

> if exists ( select... from... where... ) then

should be:

if ( exists ( select... from... where... ) ) then

PV