I have a simple MS Access 97 table bound through an ADO and Datagrid. The Datagrid display correctly the content of the table, but when it comes to updating existing cells, the following errors occurs:
1) The error message "Key Column information is insufficient or incorrect. Too many rows were affected by update" .... This is true in that if I updated one entry thats OK, but anything more than 3 updates, I would get this message. Please note that the table do not have any key, it is a very simple table.
2) After I get the above message, I exit out of the Datagrid FORM, i than get another message "Row cannot be located for updating. Some values may have been changed since it was last read".
Ironically, even though I get the above 2 messages, the update I performed was updated back to the table successfully. Furthermore, I have downloaded/installed MicroSoft Service Pack 3.0 and 4.0. It resolevd the problem partially, in that if the Datagrid, displays less than 1 page worth of rows, I don't get the above messages, until more rows were displayed through the Datagrid.
I would appreciate your assistance as I have User Testing in 2 days time.
Thanks and regards...
1) The error message "Key Column information is insufficient or incorrect. Too many rows were affected by update" .... This is true in that if I updated one entry thats OK, but anything more than 3 updates, I would get this message. Please note that the table do not have any key, it is a very simple table.
2) After I get the above message, I exit out of the Datagrid FORM, i than get another message "Row cannot be located for updating. Some values may have been changed since it was last read".
Ironically, even though I get the above 2 messages, the update I performed was updated back to the table successfully. Furthermore, I have downloaded/installed MicroSoft Service Pack 3.0 and 4.0. It resolevd the problem partially, in that if the Datagrid, displays less than 1 page worth of rows, I don't get the above messages, until more rows were displayed through the Datagrid.
I would appreciate your assistance as I have User Testing in 2 days time.
Thanks and regards...