Subject | Re: [ib-support] pb with proc |
---|---|
Author | Doug Chamberlin |
Post date | 2002-07-15T15:33:35Z |
At 07/15/2002 10:54 AM (Monday), jef.mony@... wrote:
PROCEDURE X() RETURNING_VALUES Y. Check the documentation for EXECUTE
PROCEDURE.
>I have a proc, but I can't retrieve a value with return :Rather than using SELECT, you execute this type of procedure using EXECUTE
>[snip]
>and I try to retrieve ID_TEMP with
>select * from PROC_PERI_INS ('aa',1,'bb');
PROCEDURE X() RETURNING_VALUES Y. Check the documentation for EXECUTE
PROCEDURE.