Subject | Re: [firebird-support] Multiple rows in singleton select |
---|---|
Author | Marcin Bury |
Post date | 2004-12-09T10:24:21Z |
Thanks Hellen for your help, I will try to rebuild the procedure to avoid such
surprises in future.
One more question:
Marcin
surprises in future.
One more question:
> CREATE PROCEDURE MGP_PZ2PROT_REKL (Even if I want to get pr_id value back to the application?
> SRV VARCHAR (3),
> PZ_ID INTEGER)
> RETURNS (
> PR_ID INTEGER)
> AS
>
>
> END
> suspend;
> This is an executable SP and suspend should not be there.
> end
Marcin