MySQL Forums
Forum List  »  Triggers

Re: Exe Prog (VB.exe) from Insert/Update Triggers
Posted by: Roland Bouman
Date: August 21, 2005 04:01PM

I don't think that's possible, unless you'd write an UDF that does this for you.

For more info on UDF's see:
http://dev.mysql.com/doc/mysql/en/adding-functions.html

Is it really necessary to execute that program within the trigger? Can't you log the triggered event in a table and have recurring scheduled script/exe scan that table in order to call the external program?

Options: ReplyQuote


Subject
Views
Written By
Posted
3143
M p
August 21, 2005 11:56AM
Re: Exe Prog (VB.exe) from Insert/Update Triggers
2328
August 21, 2005 04:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.