Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Asynchronous call to execute stored procedure

1 view
Skip to first unread message

Lyle Bruney

unread,
Nov 2, 2009, 12:49:02 PM11/2/09
to
I am having difficulty in launching a stored procedure from an asp page, and
disconnecting from the session, and still having the stored procedure
complete on its own.

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?

0 new messages