Subject | Re: [firebird-support] Re: Stored Procedure question |
---|---|
Author | Milan Babuskov |
Post date | 2004-09-14T14:55:55Z |
Michael Vilhelmsen wrote:
execute statement :s;
suspend;
end
end
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
>>> beginPut suspend before end, like this:
>>> s='SET STATISTICS INDEX '||s||';';
>>> execute statement :s;
>>> end
>>> suspend;
>>>end
> It seems as if I only gets the last value returned to me....
execute statement :s;
suspend;
end
end
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org