Subject | Re: [ib-support] Stored Procedure bug |
---|---|
Author | Daniel Rail |
Post date | 2002-11-18T18:25:16Z |
At 18/11/2002 11:10 AM, you wrote:
into :Temp;
Notice the semi-colon before the variable Temp.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
>The problem isMake the following correction:
>
> select workingday from workingdays
> where sortorder = (select result from dayofweek_select(:In_Begin))
> into Temp;
into :Temp;
Notice the semi-colon before the variable Temp.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)