OraAlerter

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
TeleMax
Posts: 7
Joined: Wed 24 Nov 2004 08:00

OraAlerter

Post by TeleMax » Thu 30 Mar 2006 12:08

Hello!

What is the string right ?
OraAlerter1.Events = "MyEvent1, MyEvent2, My Event3";
OraAlerter1.Events = "MyEvent1; MyEvent2; My Event3";

Or somehow else ?

Thank you.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 30 Mar 2006 12:47

The right delimeter is ;. So you should use the second line.

Post Reply