Subject RE: [firebird-support] progress of a stored procedure
Author Alan McDonald
> hi ,
>
> 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
>

you can suspend a progress
i.e. calc a progress, assign it to an output parameter and suspend it after
calling a
select outputparam from my SP

Alan