Ask a Question related to ASP Database, Design and Development.
-
JasonH #1
Execute SP and return control to ASP page
I have a SQL Server 2000 stored procedure that I execute from an ASP page.
This stored procedure in return fires a trigger that sometimes takes awhile
to finish processing (for various, known and reasonable reasons).
I'm wondering how to call this stored procedure in ASP and then return
control to the ASP page without having to wait for the StoredProcedure to
finish?
JasonH Guest
-
Execute VB program within a CF page
To start, we are still using CF 5. The user submits a file via a form that then goes to the submit page. On the submit page after some basic... -
execute PHP -> return output to string
Hi I've got a problem and I hope someone can help me: I want a PHP script to call another PHP script, execute it and return its OUTPUT (not... -
User control code behind does not execute
Anybody have any ideas as to why my user control code will not execute the server side code? I converted an .aspx page to an .ascx user control. ... -
server.execute return value??
i hope no one is getting sick of my server.execute/transfer questions.. does server.execute return a value? im wondering what happens if an error... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Ray at #2
Re: Execute SP and return control to ASP page
Here's a decent link.
[url]http://www.aspfaq.com/2194[/url]
Ray at work
"JasonH" <jeh@netvoiceinc.com> wrote in message
news:%23fQOqHmmDHA.2512@TK2MSFTNGP09.phx.gbl...awhile> I have a SQL Server 2000 stored procedure that I execute from an ASP page.
> This stored procedure in return fires a trigger that sometimes takes> to finish processing (for various, known and reasonable reasons).
>
> I'm wondering how to call this stored procedure in ASP and then return
> control to the ASP page without having to wait for the StoredProcedure to
> finish?
>
>
>
Ray at Guest



Reply With Quote

