Sibylle Koczian wrote:
> Uwe Grauer schrieb:
>> Instead of calling self.delete(startTransaction=False) you will need to
>> call execute for your stored proc.
>> It will work for a tempCursor and for the normal cursor, but i would use
>> a tempCursor.
>>
> 
> Execute doesn't take a parameter startTransaction, so I suppose I need
> beginTransaction() and commitTransaction() (or rollbackTransaction()),
> right?
> 
> With your example I hope I get this going.

exucute() isn't a Dabo method, it's from kinterbasdb, so there is no
startTransaction parameter. You have to do it yourself.
To keep Dabo from messing with the current transaction you will have to
use Dabos _getTransactionToken(), _releaseTransactionToken() methods.

Uwe

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/49db4780.9000...@googlemail.com

Reply via email to