Starttransaction in 6.50

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hannes_a
Posts: 77
Joined: Sun 22 Jan 2006 20:44
Location: munic

Starttransaction in 6.50

Post by hannes_a » Fri 31 Oct 2008 11:00

Since update from 6.25 to 6.50 I get on session.Starttransaction an error:
Can not perform operation on active transaction
I see in DBMonitor no open transaction
In 6.25 it works well.

Any hint for me or is it a bug ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 03 Nov 2008 12:11

Transaction can be started automatically if you lock a record in dataset (for example, when you edit a record, and the LockMode property of TOraQuery is set to lmLockImmediate). Check that no records are locked when you call the StartTransaction method.

Post Reply