MySQL Forums
Forum List  »  Triggers

Re: calling SP from trigger..how to access the NEW and OLD values
Posted by: Roland Bouman
Date: December 01, 2005 04:25PM

Hi,

1) you can't. you must pass all of them individually.
2) nope, no reflective properties.

Why is it so important to use just one procedure? If it's because you don't want to write zillion procedures, you could try and generate all of your trigger code using the information_schema database.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: calling SP from trigger..how to access the NEW and OLD values
1857
December 01, 2005 04:25PM


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.