Hi; I have this code: db = MySQLdb.connect(host, user, passwd, db) cursor= db.cursor() cursor.execute(sql, id) db.commit()
It throws no errors and gives every indication that it executes the command. I've printed out the command and the id and executed it successfully in mysql...but not in python from the script. Everything else works in MySQLdb. What could be the problem? TIA, Beno
-- http://mail.python.org/mailman/listinfo/python-list