Trigger firing notification in ODAC

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Horace
Posts: 40
Joined: Thu 11 May 2006 23:37

Trigger firing notification in ODAC

Post by Horace » Wed 09 Apr 2008 14:58

Plash,

Could you point me in the right direction, what ODAC component to use, what event/method, etc...
... if I want to be notified asynchronously when some Oracle trigger fires.

e.g.: if I wanted to make a simple VCL project that would beep every time a row is inserted into a table (without any polling of course).

Assume that I already have TOraSession connected in direct net mode.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 10 Apr 2008 06:58

You can use TOraAlerter component.

See Progressor demo in general OdacDemo that is located in \Demos\[Win32]\OdacDemo directory.

Horace
Posts: 40
Joined: Thu 11 May 2006 23:37

Post by Horace » Thu 10 Apr 2008 10:43

Thanks Plash,

Does TOraAlerter work in direct net mode ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 11 Apr 2008 07:19

TOraAlerter works in Direct mode.

Post Reply