Subject Crossed signals?
Author Joe Martinez
I have a customer who is having a problem:

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.

The connection strings look good. One of them is on the server,
specifying the data file directly by path. The other person is on a
client, accessing it by the same path, but preceeded by the server's IP
address and a colon.

Details:
================
Firebird 0.9-4 for Windows
My app is written with BCB4, using BDE w/ SQL Links.
Data is being entered using TTable objects.
Database is dialect 1, ODS9.

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

Thanks,
Joe