Vb application update while call sql sp

  • Thread starter Thread starter Anthony Lopez User
  • Start date Start date
A

Anthony Lopez User

How can I allow my application to update the screen while waiting for a long
stored procedure to finish running
 
How can I allow my application to update the screen while waiting for
a long stored procedure to finish running

You can call the SP using the "Background Worker" component.

Or you can use delegates or threads.
 
Back
Top