question about deleting records from mysql

Cantankerous Old Git CantankerousOldGit at gmail.com
Wed Jul 27 16:54:11 EDT 2005


nephish wrote:
> Man, thanks for the link. and the tip. i am testing
> the db.commit() and printing the doc right now.
> thanks again.

If it's any help, using

     cursor.execute("set autocommit = 1")

before doing anything else works nicely unless you actually need 
transactions.

The Cog



More information about the Python-list mailing list