using MySQLdb, I do cursor.execute("update...") How can I tell how many rows were affected ? Carl K. cursor = db.cursor() # ...
確定! 回上一頁