Hi list,

I'm looking to have an application automagically update it's view of the
data when the data in the connected database table changes.
I've seen two main ways to do this so far.
1. Poll the database every n seconds
2. Use the System.Web.Caching.SqlDependancy object.

Does anyone else know of any other better or smarter way of doing this ?

thanks
Grant

Reply via email to