I have a table that only has one record this table I save the system parameters it only has one item saved and its item number will be greater than 1 soon it does not have a primary key , but when I try to change the system parameters it presents this error:
Update command updated [0] instead of [1] record. Possible reasons: update table does not have PK or row identifier, record has been changed / deleted by another user.
Possible reasons: the update table does not have PK or line identifier, the recording has been changed / deleted by another user.
The table does not need a PK since it does not relate to others and it has not been changed by another user since I am running it locally for testing. Does anyone know how to solve this?