开发者

How Can I Execute *.exe From Table Trigger?

开发者 https://www.devze.com 2022-12-28 17:20 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消