Page 1 of 1

Trigger firing notification in ODAC

Posted: Wed 09 Apr 2008 14:58
by Horace
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.

Posted: Thu 10 Apr 2008 06:58
by Plash
You can use TOraAlerter component.

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

Posted: Thu 10 Apr 2008 10:43
by Horace
Thanks Plash,

Does TOraAlerter work in direct net mode ?

Posted: Fri 11 Apr 2008 07:19
by Plash
TOraAlerter works in Direct mode.