J
JP Wrye
Hello All,
I need to poll a database table at a specified interval, and check a
previously populated DataTable against the results. I initially thought I
could use DataTable.GetChanges() from the results of a Merge, but all rows
are of RowState.Modified.
All I want to do is poll the database for changes to a table and raise
events if data changes. Is there a way to do this?
Thanks,
JP
I need to poll a database table at a specified interval, and check a
previously populated DataTable against the results. I initially thought I
could use DataTable.GetChanges() from the results of a Merge, but all rows
are of RowState.Modified.
All I want to do is poll the database for changes to a table and raise
events if data changes. Is there a way to do this?
Thanks,
JP