Page 1 of 1

Detect database update

Posted: Thu 25 Oct 2012 07:16
by imre.dudas
Hi to all,

In case of EntityFramework, how can I monitor if an user modified some data on the server so that I could know when to update my tables in the client application?

Re: Detect database update

Posted: Mon 29 Oct 2012 14:09
by Shalex
We recommend you to implement this functionality at the ADO.NET level: http://www.devart.com/dotconnect/mysql/ ... dency.html.