Hi all,
I have a small VB app that executes a stored procedure in SQL Server. This stored procedure can take from 1 min to ++hours depending on the number of transactions in the database. Is there a way to link a progress bar to the number of transactions completed by the stored procedure?
I can count the transactions and estimate a time of completion but a status (progress) bar will assure the user that the thing is still running and graphically show how much time to go!
Any code help or ideas is greatly appreciated!
Regards,
Mike
I have a small VB app that executes a stored procedure in SQL Server. This stored procedure can take from 1 min to ++hours depending on the number of transactions in the database. Is there a way to link a progress bar to the number of transactions completed by the stored procedure?
I can count the transactions and estimate a time of completion but a status (progress) bar will assure the user that the thing is still running and graphically show how much time to go!
Any code help or ideas is greatly appreciated!
Regards,
Mike