J
John W. Vinson
I read this topic and I have a similar problem.
The diference being that I am using SQL 2005 Server and the table is linked
by ODBC to an Access 207 MDB.
If I open the Access database and the attached table, I can delete records
without any problem. However, if I add any recor or edit any record, I cannot
edit or delete records without getting the 3197 error. Any Ideas on this?
Thank you
Fernando
Is there a Timestamp field (it's actually a binary string and has nothing to
do with the date or time) in the backend table? That seems to help greatly
with problems like this.
Also the backend table should have a Primary Key and the linked table should
be aware of what that field is.
John W. Vinson [MVP]