I'm trying to write a program that spends most of its time in a wait state. However, it needs to check the database regularly (every minute) to check to see if it needs to do anything.<BR><BR>The ...
I'm not sure if I'm trying to do something that can't be done (easily) with ADO, or I'm just searching for the wrong keywords on MSDN. Here's the low-down:<P>I have a fairly complicated SQL query ...