TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Brett Barney
NA
3
0
Timer to check database?
Oct 25 2007 1:31 PM
I have a program that checks a database for pending orders. If there are no pending orders when the program starts, the program won't do anything because it needs the pending orders to process them. I need to be able to re-check the database at a specific time interval (10 minutes) to see if any orders have become "pending". If the program finds pending orders, it needs to execute methods using the returned pending orders. Would the best way to accomplish this be a timer? If so, how would it be set up? If not a timer, what else would accomplish this?
Thank you in advance for your help.
Reply
Answers (
2
)
NP55 Incomplete program
Selected date in a Calender equils the date in my database?