Subject | Re: [ib-support] Another Question on SP |
---|---|
Author | Arno Brinkman |
Post date | 2002-06-10T07:16:27Z |
Hi,
<...>
Don't forget the colon !
Regards,
Arno
> SELECT COUNT (*) FROM CASSADD<...snip...>
> INTO TotCount;
> SET TERM ## ;SELECT COUNT (*) FROM CASSADD INTO :TotCount;
> CREATE PROCEDURE GENERATECASSCERTIFICATIONDATA
> RETURNS (TotCount INT) <--------------------------
<...>
Don't forget the colon !
Regards,
Arno