Oracle Change notifications

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
jomaa
Posts: 6
Joined: Mon 22 Mar 2010 09:55

Oracle Change notifications

Post by jomaa » Tue 25 May 2010 11:30

Hello,

can i use the feature 'Oracle Change notifications' from Oracle dot.Connect in dotConnect Universal? There is a similar function in SQL Server and postgreSQL, can i use this also?

Perhaps you have any sample code?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 25 May 2010 16:57

dotConnect Universal provides main ADO.NET functionality for each bundled data provider. Thus the features that can be used via the general ADO.NET methods will be available in dotConnect Universal; the database-specific features that are implemented via special components are unavailable.

Speaking about Oracle change notifications, what exact feature do you mean? Is it the functionality that is provided by the OracleDependency class or, maybe, the OracleAlerts functionality? The first is not available in dotConnect Universal, the latter can be reached by using the DBMS_ALERTS package directly.

Post Reply