a cx_Oracle ORA-01036 problem

Damjan gdamjan at gmail.com
Thu May 5 11:16:59 EDT 2005


vincent wehren wrote:
> |        c = db.cursor()
> |        c.execute(SQL, **args)
> 
> 
> Shouldn't that be c.execute(SQL, args) (no **-unpacking of the
> dictionary)?

Actually I tried that too, I still get the same error.

-- 
damjan



More information about the Python-list mailing list