PDA

View Full Version : [SOLVED] Python Database Updates



flyguy97
December 2nd, 2008, 06:21 PM
Is there a way to watch for database updates in python that will automatically create a function call-back or anything that might approximate this behavior?

flyguy97
January 10th, 2009, 08:11 PM
I found my own answer. You have to roll your own in code. No provisions exist in Python for this.


Is there a way to watch for database updates in python that will automatically create a function call-back or anything that might approximate this behavior?