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 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.
精彩评论