I have installed MYSQL 4.1.7 on Win2003 Std_Edt with standard my.ini.
With Delphi app. I have simply edit-post (update ..)
on table. When initial data are diferent from new one,
it's OK, but when I try to exec update with no diferences
in data, I have error that row data are modified from
other user.
Sample: Table - Tab1 with fields (ID, Desc);
1 Item1
2 Item2
3 Item3 ..
Query that exec OK :
update Tab1 set Desc = ItemX where ID=2
But query :
update Tab1 set Desc = Item2 where ID=2
came with error.
Problem persist in Delphi with MyODBC 3.51.12.
With Delphi app. I have simply edit-post (update ..)
on table. When initial data are diferent from new one,
it's OK, but when I try to exec update with no diferences
in data, I have error that row data are modified from
other user.
Sample: Table - Tab1 with fields (ID, Desc);
1 Item1
2 Item2
3 Item3 ..
Query that exec OK :
update Tab1 set Desc = ItemX where ID=2
But query :
update Tab1 set Desc = Item2 where ID=2
came with error.
Problem persist in Delphi with MyODBC 3.51.12.