Hey can anyone tell me what is this error all about?
"Key column information is insufficient or incorrect. Too many rows were affected by update."
I am trying to update some fields in my database tables and its giving this error. When i say debug its highlighting the update statement. ie ADODC.Recordset.Update
My table which i am updating is a weak entity without a primary key. I inserted a primary key but it din't help :sad: