APE engine Mysql push data to channel on insert
Posted
by Fotis
on Stack Overflow
See other posts from Stack Overflow
or by Fotis
Published on 2010-05-12T19:24:04Z
Indexed on
2010/05/12
19:44 UTC
Read the original article
Hit count: 266
Hello,
i am working with APE Engine (http://www.ape-project.org) and up until now i had no actual problem.
The problem is that i would like to use the MySQL module and push data to a channel each time a row is inserted into a table.
I've tried to setup a server side module, i created an SQL query but data is fetched only when the server boots.
How can i make this work?
© Stack Overflow or respective owner