Subject | set transaction and 3.3.0 driver problem |
---|---|
Author | dPeS |
Post date | 2010-07-10T18:44:59Z |
Hi,
I have problem with Firebird 2.1 and newest python driver, i have to
set wait with timeout, like this:
File "<console>", line 1, in <module>
ProgrammingError: (-901, 'isc_dsql_execute: \n invalid transaction
handle (expecting explicit transaction start)')
any help?
Regards,
dPeS
I have problem with Firebird 2.1 and newest python driver, i have to
set wait with timeout, like this:
>>> c.execute('set transaction wait lock timeout 5')Traceback (most recent call last):
File "<console>", line 1, in <module>
ProgrammingError: (-901, 'isc_dsql_execute: \n invalid transaction
handle (expecting explicit transaction start)')
any help?
Regards,
dPeS