Re: DB.cursor doesn't work properly

2006-02-16 Thread Adrian Holovaty
On 2/16/06, Siah <[EMAIL PROTECTED]> wrote: > Reading up on transaction, I figured I have to commit it, except > cursor.commit() gives me this error: > Error: serialized connection: cannot commit on this cursor > > Any ideas? Hey Sia, Call commit() on the connection object, not the cursor object

Re: DB.cursor doesn't work properly

2006-02-16 Thread Siah
Reading up on transaction, I figured I have to commit it, except cursor.commit() gives me this error: Error: serialized connection: cannot commit on this cursor Any ideas? Sia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog