Re: Is ADO events suited for this?



Can I use ADO events to get notified?

Yes

Can I set event to get notified, ONLY when the 'LogMessage' contains
'pppp123qqq' instead of every INSERT operation?

No. ADOEvents notify you when _SOMETHING_ happens to an ADO object.
ADOEvents do not notify you as to when an event occurs on the database.
For that you would have to have a database that supports notifications of
some kind.

Stephen Howe


.