سؤال

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 data, but how can we send this new data back to the application(console app)?

هل كانت مفيدة؟

المحلول 2

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.

نصائح أخرى

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top