
November 27th, 2006, 07:21 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 1
Time spent in forums: 29 m 19 sec
Reputation Power: 0
|
|
ASP calling Oracle stored procedure (possible in background?)
Heya,
I have an ASP site, which executes an oracle stored procedure. That procedure takes about 4 minutes to complete. While the procedure is running the whole asp-page stops and waits for the procedure to finish. My goal is to just start the procedure without waiting for a response. Is there a way to accomplish that?
If it is indeed possible, then I can run a cyclic sql statement on the database to show the progress of said procedure (using a table for logging information).
Thanks in advance..
if there is no way to achieve that in ASP, what would you use?
|