MySQL Forums
Forum List  »  Triggers

Re: pass table name from trigger to procedure?
Posted by: Bill Karwin
Date: May 19, 2006 04:52PM

You can't use a procedure parameter as a table name like that.
You must use prepared statements.

http://dev.mysql.com/doc/refman/5.0/en/sqlps.html

Regards,
Bill K.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: pass table name from trigger to procedure?
3014
May 19, 2006 04: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.