Subject Problem with TIBOTable + TIBOQuery
Author Massimo Murazzano
Hello,
We have converted all our applications from BDE to IBO.
Now we use IBO ver. 4.0 Fn.
After intial problems, now we are very happy for this because our apps are more stable.
Now in a project we've a strange problem .
We use TIBODatabase with standard configuration + TIBOTable + TIBOQuery
(were standard stand for take from Delphi palette and fit on datasource).
I make

IBODatabase.StartTransaction;
IBOTable.Edit;
modify a value
IBOTable.Post;
IBODatabase.Commit;

after
IBODatabase.StartTransaction;
IBOQuery.ExecSQL; (* on all record of table *)
IBODatabase.Commit;

And I've error deadlock on no wait transaction ...

If I exec query on all record with the exclusion of the record were I make
chage all ok.
You can help me ?

Thaks.

Max.


[Non-text portions of this message have been removed]