You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using CRecordset (MFC) to perform Edit/Update and Delete operations on table which doesn't have Primary key.
I get error saying "incompatible rowset"
For quick reference, I tried the same scenario against MS Access using Access driver and everything works fine.
Could you please clarify why Update and Deletes can't be supported on tables having no PKs?
The text was updated successfully, but these errors were encountered:
I am using CRecordset (MFC) to perform Edit/Update and Delete operations on table which doesn't have Primary key.
I get error saying "incompatible rowset"
For quick reference, I tried the same scenario against MS Access using Access driver and everything works fine.
Could you please clarify why Update and Deletes can't be supported on tables having no PKs?
The text was updated successfully, but these errors were encountered: