Subject Question about calling a procedure
Author Marc Geldon
if I call a procedure in a trigger or in another procedure, for example with

EXECUTE PROCEDURE MY_PROCEDURE('test');

it is not possible to calc or to add strings together in the parameter. Something like

EXECUTE PROCEDURE MY_PROCEDURE('test' || :FmyLocalVar);

does not work! Firebird (1.0) says: "Token unkown ||")

What can I do?


Best wishes (and thanks in advance),

Marc