I program database applications using MS SQL Server / Visual Basic 6. One of the books on VB development that I have makes the case that it's a good idea to encapsulate all of your data access into ...
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 ...