MySQL Forums
Forum List  »  Connector/Python

Re: MySQL TRIGGER and python
Posted by: Geert Vanderkelen
Date: May 09, 2013 08:37AM

Hello Luca,

Triggers are used _inside_ the MySQL server when events occure, for example
before or after updating a field.
http://dev.mysql.com/doc/refman/5.6/en/triggers.html

Guessing at you trying to do, no, you can't use Triggers to report back to your
Python application as to what is changed.

Cheers,
Geert

Geert Vanderkelen
Software Developer at Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL TRIGGER and python
May 09, 2013 08:37AM


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.