Subject Re: [ib-support] Trace
Author Phil Shrimpton
On Tuesday 12 November 2002 15:54, you wrote:

Hi,

> I would like to animate some taskbar when executing an SP.
> I've tried Post_Event but it only work when commit done.
> Is it any possibilities to do that.

Depends what your stored procedure is doing, but if it is an 'execute'
procedure you could change it to a select procedure and do a 'suspend' at
various points in the proc. Then in your client app, you can loop through
the 'result set' doing what ever you want to the task bar.

Phil
--
Linux 2.4.4-4GB
5:00pm up 28 days, 16:42, 1 user, load average: 0.32, 0.09, 0.02