开发者

How to send data when using Oracle Change notification from Data Access layer to Application layer

开发者 https://www.devze.com 2023-02-16 19:12 出处:网络
Hi I am planning to use oracle change notification feature in C# using OracleDependency class. Whenever there is change in the data, we get the notifications from database that there is a change in th

Hi I am planning to use oracle change notification feature in C# using OracleDependency class. Whenever there is change in the data, we get the notifications from database that there is a change in the data access layer. So we can connect to DB and get the new开发者_如何学Python data, but how can we send this new data back to the application(console app)?


Sounds like OCI Result caching, but not sure how that fits in with C#.


I am passing a delegate function as a parameter to data access and whenver database sends notification, the event is passed to the delegate function.

0

精彩评论

暂无评论...
验证码 换一张
取 消