Quote:
Originally Posted by Sithis
My question is: why do your queries like this? What kind of program flow could possibly warrant this method?
|
I want to take action when both queries have been processed. If I use two queries, I cannot assume they will be completed in the order I send them. I need both queries to be complete, and THEN take action. Yes, I could have two variables for each query being completed, but why do that when I can do this?
Also, it's got to be more efficient than sending two separate queries, as there is no result to process.