Subject Re: [IBO] TIB_Events
Author Paul Vinkenoog
Hello Infocare Developer,

> I looked at the example with ibo it is very vague, I want to be
> notified when a table in our database changes, ie, record
> changed/inserted or deleted,

Then you first have to write/extend "after insert", "after update"
and/or "after delete" triggers that post events.

> it has a property called Events, TStrings, what must i put in there,
> the names of the tables? what if i want to be notified of all
> tables?

The entries of this stringlist are the names of the events you want to
be notified of (max. 16 per TIB_Events instance). But like I wrote
above, the events themselves must be defined in the database.

Greetings,
Paul Vinkenoog