Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execution of SQL Query and quit

Status
Not open for further replies.

LuvASP

Programmer
May 18, 2000
46
US
Is there any way to start execution of a query on SQL Server and quit instead of waiting for the complete execution of the query.
Is this possible in ASP or am I just dreaming. I want to avoid writing a service.
 
yes, you can do this "asynchronously", if you don't care about catching the output.

search on and look into the "ExecuteOptionEnum" value called "adAsyncExecute" and you will find what you are looking for! sorry, no quick examples at hand for this one.

good luck!
-f!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top