This is what the adAsyncExecute flag is for.
http://www.aspfaq.com/2194
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"Dennis" <> wrote in message
news:...
> 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.
>
>