Subject now OT (was: Multiple UPDATE statements in one TIB_DSQL?)
Author Tobias Giesen
Hi!

>UPDATE BETRAEGE
> SET Betrag=OwnRoundingProc(Betrag)
> WHERE (TYP=:STyp) AND (DATUM=:SDatum);

Thanks for the suggestion. Sorry for getting OT. I've implemented the stored
procedure, but it seems to be invisible to the DSQL statement ... it says,
"function unknown: OwnRoundingProc".

How do I make the stored proc visible to the DSQL?

Thanks.

Tobias