Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
i want to create an application that will pop out on the screen when a particular value is inserted in the database.please share me some ideas.
Posted
Updated 13-Jul-10 22:37pm
v2
Comments
tiggerc 14-Jul-10 8:02am    
is it a windows or web app

The only way to do this with a website, is to make constant AJAX calls which check for that value in the database.
 
Share this answer
 
You can do an Ajax web site, like Christian said, or a windows aplication that checks for that value in timed intervals.

You can also use a database trigger that calls a web service when that value is inserted.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900