Post by Bill Todd [TeamB]We need a lot more information to understand the problem.
What version of InterBase are you using. I assume IB2007 since you did
not say otherwise.
What version of Delphi are you using? I assume 2007 since you did not
say otherwise.
Are both the read and write transactions using read committed
transaction isolation?
I assume you are using the dbExpress components for both the read and
write transactions.
Anything else you can tell us about your environment might be helpful.
--
Bill Todd (TeamB)
So far I have not been able to reproduce the error. It's happened twice with
three users connected at the same time, but I do not know a simple way to
simulate a concurrent access to test the application. I did not see the
error message as it has been wrapped with my custom message. This is a
multiuser environment three-tier thin client with delphi7, interbase 6 (open
source). I use intraweb 5 for clients front-end and dbExpress components for
both the read and write transactions. All transactions use read committed
transaction isolation.