Rowdy wrote:
>> A similar question was asked back in July, someone posted this:
> 
> <quote>
> If it's any help, using
> 
>      cursor.execute("set autocommit = 1")
> 
> before doing anything else works nicely unless you actually need
> transactions.
> </quote>

Or, as I found out yesterday, cursor.execute('commit') afterwards.

Steve
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to