MySQL Forums
Forum List  »  Stored Procedures

Re: Dynamically Creating Triggers from a Stored Procedure
Posted by: Peter Brawley
Date: June 19, 2013 11:52PM

> I'm trying to dynamically create a simple trigger from a stored procedure.

MySQL Trigger syntax is unforgivingly literal. What do you hope to gain from dynamic Trigger creation? If this is really necessary, I think you'll find a good general-purpose scripting language like PHP much better suited for the task.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Dynamically Creating Triggers from a Stored Procedure
2909
June 19, 2013 11:52PM


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.