A Anthony Lopez User Aug 4, 2007 #1 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
G Guest Aug 4, 2007 #2 How can I allow my application to update the screen while waiting for a long stored procedure to finish running Click to expand... You can call the SP using the "Background Worker" component. Or you can use delegates or threads.
How can I allow my application to update the screen while waiting for a long stored procedure to finish running Click to expand... You can call the SP using the "Background Worker" component. Or you can use delegates or threads.