I have tried using BeginExecuteNonQuery/EndExecuteNonQuery which requires me
to wait for a response (not appropriate in this instance) and also
ExecuteNonQuery which acts in the same manner.
My goal is to connect to web page, launch stored procedure, then close
browser window without waiting for a reply. Currently, the stored procedure
dies in the background because it never completes.
Any thoughts on how to get this to work or alternative solutions?