ACC: Attached SQL Server Table Cannot Be UpdatedLast reviewed: May 30, 1997Article ID: Q129166 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you try to make changes to a linked (attached) SQL Server table, you cannot update the table.
RESOLUTIONTo work around this behavior, check that the linked table has a unique index and that the unique index does not contain a timestamp field. If the unique index does contain a timestamp field, drop the index and create a new unique index on a field other than a timestamp field.
MORE INFORMATIONA timestamp field contains a unique binary value generated by SQL Server that is updated whenever the record is updated. Microsoft Access uses the value in the timestamp field to determine whether a record has been changed before updating it.
Steps to Reproduce Behavior
|
Keywords : kbusage OdbcSqlms
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |