On 6/13/07, Ulrich Staudinger <[EMAIL PROTECTED]> wrote:
Hi Andrey,
> Andrey Kotrekhov wrote:
>> SQL
>> Hello!
>>
>> Is there any way to inform mysql client application about changing in
>> the some table.

There are triggers of course which could be used to track any specific
DML event.  Depending on what the second process is supposed to do,
one might implement that second process as a server-side procedure.
Failing that, the trigger event *could* be made to launch a system
script, not that it is a course I would recommend lightly.  None of
these will signal the client directly, as per mysql protocol, but an
external signal could be brought to bear.

--
- michael dykman
- [EMAIL PROTECTED]

- All models are wrong.  Some models are useful.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to