Re: MySQL TRIGGER and python
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
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.