Subject | Re: [firebird-support] FIRST does not take parameters in Stored Procedure? |
---|---|
Author | Lucas Franzen |
Post date | 2003-08-25T18:01:25Z |
Jorge,
change your sp to:
for select first ( :howmany ) grupo
^^^ ^^^
from articulos into :sgrupo do
and it will work.
Luc.
change your sp to:
for select first ( :howmany ) grupo
^^^ ^^^
from articulos into :sgrupo do
and it will work.
Luc.