Board index » delphi » Has anyone seen this ADO bug?
Jerry
![]() Delphi Developer |
Sat, 15 May 2004 22:36:39 GMT
Has anyone seen this ADO bug?
Hi all,
I've used a "while not eof" loop many times to loop through a table (both Paradox and Access). This particular table doesn't have a primary key but that has never caused me a problem before. However, I've come across a bug that returns an exception: "Insufficient or Incorrect key column information, too many rows affected by update" when I try this loop on this particular table and edit/post each record (the error is caused by the post). If I add an auto-increment field to the table, the loop works. Note that it still doesn't have a primary key just a unique record. Has anyone seen this before? A unique record shouldn't be needed for a |