StrictUpdates
Posted: Sat 24 Feb 2007 20:57
Delphi 6 program runs fine with 1 user also with 2 users but since a third user joined the
club I get "Update failed. more than 1 records etc."
I don't want to change MycustomDataSet.Options.Strictupdates to FALSE
But how come?
My tables all have a key field that is autoincremented and a PRIMARY index.
I use INSERT INTO for addition with 0 for the key value or
REPLACE INTO with the appropiate key value for editing.
The used DBGrids are all ReadOnly.
Unfortunately it never happens when I am there.
Should I TRY EXCEPT all my Q.Executes to find the error?
Tip for the error message. Can you name the table involved.
Teunis

club I get "Update failed. more than 1 records etc."
I don't want to change MycustomDataSet.Options.Strictupdates to FALSE
But how come?
My tables all have a key field that is autoincremented and a PRIMARY index.
I use INSERT INTO for addition with 0 for the key value or
REPLACE INTO with the appropiate key value for editing.
The used DBGrids are all ReadOnly.
Unfortunately it never happens when I am there.
Should I TRY EXCEPT all my Q.Executes to find the error?
Tip for the error message. Can you name the table involved.
Teunis