Subject | Re: [IBO] now OT (was: Multiple UPDATE statements in one TIB_DSQL?) |
---|---|
Author | Daniel Rail |
Post date | 2001-07-04T15:38:58Z |
At 07/04/2001 12:35 PM, you wrote:
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
>Hi!Did you give yourself execution rights?
>
> >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?
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)