Subject | Question about calling a procedure |
---|---|
Author | Marc Geldon |
Post date | 2004-02-27T09:17:49Z |
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
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