Greetings,
I have a simple VB6 application that executes a Stored Procedure on SLQ Server 2000. The procedure copies anywhere from 10,000 to ++Millions of transactions, which can take from a few minutes to close to an hour. I would like to display a progress bar to the user as a status update. My idea is to first calculate the number of transactions to be processed. Next execute the SP that has a return value every say 100 or 1000 transactions to VB. My form will display a status bar of % complete. The other option is to return every record but I assume this will put a load on network traffic and not accepted by most networks admins??
I am somewhat of a beginner so any/all help is greatly appreciated. What would you do to accomplish this business requirement?
Thanks in advance for any help
Regards,
Mike
I have a simple VB6 application that executes a Stored Procedure on SLQ Server 2000. The procedure copies anywhere from 10,000 to ++Millions of transactions, which can take from a few minutes to close to an hour. I would like to display a progress bar to the user as a status update. My idea is to first calculate the number of transactions to be processed. Next execute the SP that has a return value every say 100 or 1000 transactions to VB. My form will display a status bar of % complete. The other option is to return every record but I assume this will put a load on network traffic and not accepted by most networks admins??
I am somewhat of a beginner so any/all help is greatly appreciated. What would you do to accomplish this business requirement?
Thanks in advance for any help
Regards,
Mike