- Moderator
- #1
I have a stored procedure that calls a VBScript file after creating some XML files to do an import into our accounting system.
However, the web page that calls that stored procedure waits until the procedure is returned from before continuing.
Is there a way in my stored procedure to call the vbscript file and let it "do it's thing" without waiting for it to finish, so that control can be returned to my website?
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
However, the web page that calls that stored procedure waits until the procedure is returned from before continuing.
Is there a way in my stored procedure to call the vbscript file and let it "do it's thing" without waiting for it to finish, so that control can be returned to my website?
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg