Subject Re: [ib-support] Crossed signals?
Author SD@topol.udm.net
On 25 Mar 2002 at 12:48, Joe Martinez wrote:

>Whenever two people are entering data into the same table at the same
>time from two different clients, the signals will sometimes get
>crossed. Person #1's record will get saved, but with some of the fields
>having the data that person #2 was entering. I can't figure it out.
[skipped]
>Data is being entered using TTable objects.

What value has UpdateMode property got? I think this is a normal
behavior if UpdateMode==upWhereKeyOnly. Try to run BCB SQL Monitor
and see the queries which are sent to server.

>Has anyone else had this problem? Was it a known bug with this version?

I'd say it is a nice feature. It would be much worse if BDE dropped
other person's changes silently.

SY, Dimitry Sibiryakov.