In my application i will recognize transactions on 4 different tables (Oracle 8.1.7.3).
I use the TOracleEvent:
KeepConnection : false;
Name : rclvntTest
ObjectNames : TCAL_CALL_ALERT;TWVL_WIEDERVORLAGE_ALERT;TMLD_MELDUNG_ALERT;TEXT_EXIT_ALERT
ObjectType : otAlert
Session : ssTest
Tag : 0
TimeOut : 0
OnEvent : rclvntTestEvent
But the "OnEvent" event never starts.
When i close this application it hangs.
When i use only one objectname the event works fine and the application close without any problems.
How can i solve this problem?
THX
Sascha Wojewsky
I use the TOracleEvent:
KeepConnection : false;
Name : rclvntTest
ObjectNames : TCAL_CALL_ALERT;TWVL_WIEDERVORLAGE_ALERT;TMLD_MELDUNG_ALERT;TEXT_EXIT_ALERT
ObjectType : otAlert
Session : ssTest
Tag : 0
TimeOut : 0
OnEvent : rclvntTestEvent
But the "OnEvent" event never starts.
When i close this application it hangs.
When i use only one objectname the event works fine and the application close without any problems.
How can i solve this problem?
THX
Sascha Wojewsky