Re: Mysql pushing data to client

2006-09-23 Thread Dave at Mysql
if there is a built-in solution for mysql but this gets the job done for me. Let me know if you find a better way to do this. Thanks, James Dave at Mysql wrote: I am looking for a way to write a client program that will wake up when there is new data in the database, much like replication. So

Mysql pushing data to client

2006-09-21 Thread Dave at Mysql
I am looking for a way to write a client program that will wake up when there is new data in the database, much like replication. So instead of my client pulling the database on some fixed interval, I would like the mysql daemon to push the data to my client when there is new data. I assume this