Re: mySQL values not updating after query

2005-04-15 Thread Greg Miller
I just discovered that a few minutes ago, thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: mySQL values not updating after query

2005-04-15 Thread [EMAIL PROTECTED]
Don't forget to call: db.commit() Hope that's help. Pujo -- http://mail.python.org/mailman/listinfo/python-list

mySQL values not updating after query

2005-04-15 Thread [EMAIL PROTECTED]
I have an application that I am trying to add mySQL to. I can connect to the server with no problems and get a couple values from a table the first time the page loads, ( a wxPython GUI app ), after changing the table values from a mySQL shell I refresh the page and the values don't update unless