I used AdoDB.Connection.Cancel method to terminate an asynchronous connection.execute call. But Cancel method itself takes a very long time to complete. Anyway to stop an asynchronous execution immidieately, but without killing the connection ? I still need the same connection, so don't want to use these staement: closing a connection and set connection = Nothing?