MySQL Forums
Forum List  »  Triggers

Re: Triggers and Delta Logging
Posted by: Roland Bouman
Date: October 09, 2005 06:04PM

Hi!

a trigger is associated with a particular table, so you can only detect modification occurring at that table. Once the trigger is fired, you can access as many tables as you like.

Maybe this:

http://mysql.gilfster.com/page.php?parent_id=6&page_id=6.0.2

can get you started

Options: ReplyQuote


Subject
Views
Written By
Posted
2920
October 06, 2005 11:34AM
Re: Triggers and Delta Logging
2123
October 09, 2005 06:04PM


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.