TUniAlerter Interbase Problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
OCC_OK
Posts: 1
Joined: Fri 13 Aug 2010 09:06

TUniAlerter Interbase Problem

Post by OCC_OK » Fri 13 Aug 2010 09:19

Hi!

I have a problem with the TUniAlerter working on Interbase 2007.
It´s possible to register the event, but when I start opening a query (selecting another table than the event is on), I get this ErrorMessage:

"Exception in class EIBCError"
"unassigned code"


By the way, the help of the TUniAlerter is quite poor.
e.g for the properties AutoRegister and SpecificOptions.

One more question:
Why is the property "Events" declared as a string?
In your Interbase component TIBCAlerter it´s declared as TStrings.
How do I enter more than one event?

Thanks!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 17 Aug 2010 13:53

I could not reproduce the problem. Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including script to create database objects.

To set a few names of events in TUniAlerter you can specify it via semicolon in one string.
The TUniAlerter.SpecificOptions property is not used for Interbase.

Post Reply