Editing Record issues in Access / SQL (Write Conflict)

后端 未结 13 2437
-上瘾入骨i
-上瘾入骨i 2020-12-05 22:44

a problem has come up after a SQL DB I used was migrated to a new server. Now when trying to edit a record in Access (form or table), it says: WRITE CONFLICT: This re

13条回答
  •  执笔经年
    2020-12-05 23:18

    I've dealt with this issue with MS Access tables linked to MS SQL tables multiple times. The original poster's response was extremly helpful and was indeed the source of much of my issues.

    I also ran into this issue when i accidently added a bit field with a space in the fieldname... yeah....

    I had run alter table tablename add [fieldname ] bit default 0. i solution i found was to drop that field and not have a space in the name.

提交回复
热议问题