How to call a stored proc asynchronously

D

Dennis

Is it possible to call a stored procedure asynchronously from an ASP page?
We would like to be able to execute a proc and have the page continue to
process without having to wait for the proc to finish. I know you can make
a dll and call it from there, but we'd rather just be able to keep it simple
and call it from the page if we can.
 
D

dlbjr

An easy way is to have two asp pages. One is the page with an XMLHTTP call to the other.
This will allow the main page to process at the same time the asynchronous XMLHTTP call processes
the data on the other asp and places the result in the main page.

'from dlbjr

'Unambit from meager knowledge of inane others,engender uncharted sagacity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top