Monitor MySQL table for changes within a C# program?
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-04-21T19:58:56Z
Indexed on
2010/04/21
20:03 UTC
Read the original article
Hit count: 237
Is it possible to monitor a mysql table for changes within a c# application? I basically want an event to be raised when data is inserted into the table. The only thing I can think of now is to query the table every 100ms or so.
© Stack Overflow or respective owner