Subject | RE: [firebird-support] progress of a stored procedure |
---|---|
Author | Alan McDonald |
Post date | 2010-01-24T20:15:42Z |
> hi ,you can suspend a progress
>
> there is a way to show the progress of a SP ?
> i mean in my SP there is a FOR SELECT ....
> and i would like to show the progress in the delphi
> application , i know it is not a delphi newsgroup ....
>
> i tried with :
> sp output parameters , generators , threads ....
> with no results ....
>
> thanks
>
> Mauro
>
i.e. calc a progress, assign it to an output parameter and suspend it after
calling a
select outputparam from my SP
Alan