kempis555
Programmer
- Jan 2, 2001
- 77
It would be helpful if there were a way to cancel a sproc call using VB.
I'm having a problem with a bad sproc which causes deadlocks if a user runs a page, gets impatient and closes the browser, and then runs the page again.
However, I can also see a use for cancelling a sproc call in other projects that I've made.... like if the user makes a poor SQL search and there are going to be a lot of rows returned.
I use VB.NET with code-behinds and a SQL2k database.
-k
I'm having a problem with a bad sproc which causes deadlocks if a user runs a page, gets impatient and closes the browser, and then runs the page again.
However, I can also see a use for cancelling a sproc call in other projects that I've made.... like if the user makes a poor SQL search and there are going to be a lot of rows returned.
I use VB.NET with code-behinds and a SQL2k database.
-k