“Row cannot be located for updating” error [another]
问题 I'm working with Delphi (XE3) and need to connect to a MySQL database. I'm having a strange problem that seems quite common but I still haven't entirely solved this problem. traditional solutions include: setting "Update Criteria" to adCriteriaKey. ensure your table has a primary key (and tell the ADO Table about it) problem 1: start the application, execute the code: if the new value happens to match what's already in the database, I get the error at position "B". problem 2: start the