Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping questions
Message
From
16/03/2004 22:37:09
 
 
To
16/03/2004 13:34:08
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00886798
Message ID:
00886942
Views:
18
>Hello,
>I am designing an application that continuously runs through a loop looking for new records on SQL Server. Whenever I seem to get into the loop, however, it seems that it is "stuck" in there and I cannot do anything else on the form. What I would like to do is place a checkbox that can be checked and the loop will stop on the next pass. Is there a way that the loop can run, but I can still do stuff on the form, such as checking the stop box?

You may want to write an SP or Trigger that will create a message in MSMQ rather than constantly polling the server. There are other ways you can notify from SQL also.
Previous
Reply
Map
View

Click here to load this message in the networking platform