tags:

views:

50

answers:

2

i would like to start an exe or dll once record is updated. If field of interest is updated i would like to call an *.exe with parameters. Is this possible in MySql and oracle?

A: 

take a look at Gearman

Alexander
+2  A: 

A similar issue came up recently in this question. While that poster was trying to make a web call within a trigger, the same general response ("this is not a good idea") is probably true here as well.

Philip Kelley