This is what I'm trying to do: Run one query, check to see if that query is still running, if yes then wait a specified amount of time(timer) in the loop (do while), if no we still want it to wait the specified time(timer) then to move on to the next query. I know that probably made no sense so Ill try to explain it again:<br>
-->do query, whether its still running or not WAIT(using timer method) before looping back to perform the actual check to see if the query is still running. To check to see if the query is still running are using the stillexecuting property of the querydef. Can you use the stillexecuting property with a passthrough query?<br>
Thanks to everyone in advance!
-->do query, whether its still running or not WAIT(using timer method) before looping back to perform the actual check to see if the query is still running. To check to see if the query is still running are using the stillexecuting property of the querydef. Can you use the stillexecuting property with a passthrough query?<br>
Thanks to everyone in advance!