This is a migrated thread and some comments may be shown as answers.

Data change notifications

2 Answers 70 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daniel
Top achievements
Rank 1
Daniel asked on 23 Sep 2010, 09:04 AM
Hi all,

apologies if the answer to this is somewhere obvious, sometimes I don't fully understand database terminology!

Does ORM support data changes and propogate them to the client when the underlying data source value changes?  For example, we currently use ODP.NET database change notifications for this functionality.

Thanks

Dan

2 Answers, 1 is accepted

Sort by
0
Damon Luck
Top achievements
Rank 1
answered on 28 Sep 2010, 10:29 AM
Hi,

does anyone know the answer to this?  Or is there a better forum I can post this in?

Thanks!
0
Ady
Telerik team
answered on 28 Sep 2010, 02:02 PM
Hello Damon Luck,

 We do not support the ODP.NET change notification feature as of now. OpenAccess has a well defined concurrency control mechanism to detect and handle concurrenct changes on the database. You can find details of it, here.
Note that OpenAccess maintains certain caches to improve application performance. You can find more information about it in these blogs - 1st level cache , 2nd Level Cache
Objects maintained in this cache would need to be manually evicted (using API) in case the data might have been modified by externally.

Do get back to us in case you need further clarifications.

All the best,
Ady
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Getting Started
Asked by
Daniel
Top achievements
Rank 1
Answers by
Damon Luck
Top achievements
Rank 1
Ady
Telerik team
Share this question
or