I've searching for hours and never get solution for this problem, and i've fix it myself.
Error:
-2147217864 : Row cannot be located for updating. Some values may have been changed since it was last read.
Solution:
-Check your syntax
-Your table must have a primary key
-Your connection string must have Option=3
example: Driver={MySQL ODBC 5.2 ANSI Driver};Server=myServerAddress;Database=myDataBase;UID=myUsername;PWD=myPassword;Option=3;
have a nice day :)
Error:
-2147217864 : Row cannot be located for updating. Some values may have been changed since it was last read.
Solution:
-Check your syntax
-Your table must have a primary key
-Your connection string must have Option=3
example: Driver={MySQL ODBC 5.2 ANSI Driver};Server=myServerAddress;Database=myDataBase;UID=myUsername;PWD=myPassword;Option=3;
have a nice day :)