Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Error Updating Linked Table

Author  Topic 

shallu1_gupta
Constraint Violating Yak Guru

394 Posts

Posted - 2004-09-02 : 01:15:06
Hi,
I am not able to update a linked table.
Its giving the following error:


Server: Msg 7306, Level 16, State 2, Line 1
Could not open table '<Table Name>' from OLE DB provider 'SQLOLEDB'. The provider could not support a row lookup position. The provider indicates that conflicts occurred with other properties or requirements.
[OLE/DB provider returned message: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.]

Here is the update statement

update linkedserver.dbname.dbo.tbname
set date_changed = getdate()
where shopper_id='122'

Thanks
Shallu
   

- Advertisement -