Hi guys,
I have a stored procedure that involves intensive record looping so that it takes hours to finish. When I call it from my VB apps, all I can do to notify users that my apps is running is just by changing the cursor into Hourglass and as you might guess this ain't enough. Users might still wonder whether my app hangs.
During the execution, is it possible for the sp to send some kind of progress message to the front end ? I know this may cause heavy network traffics. But since it doesn't contain any data, I think it's still acceptable.
Thanks in advance
Setya
I have a stored procedure that involves intensive record looping so that it takes hours to finish. When I call it from my VB apps, all I can do to notify users that my apps is running is just by changing the cursor into Hourglass and as you might guess this ain't enough. Users might still wonder whether my app hangs.
During the execution, is it possible for the sp to send some kind of progress message to the front end ? I know this may cause heavy network traffics. But since it doesn't contain any data, I think it's still acceptable.
Thanks in advance
Setya