Table Update Notifications

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?
 
G

Greg

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top