Hi,
I need to send a query to a stored procedure where I don't want to wait for the results.
This SP can take up to 2 minutes to run and I don't want the users to have to wait before moving on in the code.
I have returns records set to no but I can't figure out how to just move along without waiting.
How do i do that?
Thanks in advance for any help.
Scott
I need to send a query to a stored procedure where I don't want to wait for the results.
This SP can take up to 2 minutes to run and I don't want the users to have to wait before moving on in the code.
I have returns records set to no but I can't figure out how to just move along without waiting.
How do i do that?
Thanks in advance for any help.
Scott