G
Guest
Dear Newsgroup
when I kick off stored procedure through an OleDbCommand, it seems impossible to stop it again. In a different thread, I call OleDbCommand.Cancel, but this call waits for the stored procedure to finish instead of killing it. Unlike SQL Query Analyzer, my c#-programm can not interrupt a running stored procedure
What's the trick ??
when I kick off stored procedure through an OleDbCommand, it seems impossible to stop it again. In a different thread, I call OleDbCommand.Cancel, but this call waits for the stored procedure to finish instead of killing it. Unlike SQL Query Analyzer, my c#-programm can not interrupt a running stored procedure
What's the trick ??