Table Update Notifications

  • Thread starter Thread starter James Lennon
  • Start date Start date
J

James Lennon

I am creating an application that basically reports the
contents of a SQL server table to the user. Is there an
event handling mechanism in ADO.NET that would notify my
application when the tables contents have been modified?
 
If you are using sql server 2000, look at 'notifications' (I think that is
what they are called).

To answer your question, no, there is not auto updating feature built into
ado.net that will keep a client app in synch with your datastore. There are
some nice features built in to ado.net that make this easier to manage
though.
 
Back
Top