odbc--update on a linked table failed

  • Thread starter Thread starter Rosco
  • Start date Start date
R

Rosco

my linked table to sql server keeps locking, after i have used a access front
end form to edit a record.
the problem is killing my app
 
There is no way to give you an answer based on the info provided.
The most likely case is that there is one or more constraints on the table
defined in the SQL Server database that is not allowing the update.
 
Back
Top