MySQL Forums
Forum List  »  Triggers

Re: Error 1336
Posted by: Bob Field
Date: August 19, 2006 08:21AM

This is a current restriction in MySQL. Only stored procedures may execute dynamic SQL (i.e. prepared statements) and only if they are not invoked directly or indirectly from stored functions or triggers.

Options: ReplyQuote


Subject
Views
Written By
Posted
3467
August 19, 2006 12:58AM
Re: Error 1336
1859
August 19, 2006 08:21AM


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.