Detect database update

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
imre.dudas
Posts: 18
Joined: Thu 11 Mar 2010 20:36

Detect database update

Post by imre.dudas » Thu 25 Oct 2012 07:16

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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Detect database update

Post by Shalex » Mon 29 Oct 2012 14:09

We recommend you to implement this functionality at the ADO.NET level: http://www.devart.com/dotconnect/mysql/ ... dency.html.

Post Reply