The information in this article applies to:
BUG #: 47364 (SQLBUG_70) BUG #: 32019, 31233 (MDAC Bugs) SYMPTOMSThe following error occurs when you attempt to modify (insert, delete, update) data in a SQL linked server table object: These errors occur when you attempt to modify the data in a SQL Server 7.0 linked server table object through the SQL OLE DB Provider. Examples of using the SQL OLE DB Provider to view and change data are:
CAUSEThe SQL OLEDB Provider IColumnRowset:GetColumnsRowset interface does not currently recognize the new four part naming convention, introduced in SQL 7.0. This four part naming convention is used to select and update data in linked servers. WORKAROUND
To modify data in a linked server table, use Transact-SQL to perform insert, update and/or delete actions against these objects. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0 and Microsoft Data Access Components version 2.0 and 2.1. Additional query words:
Keywords : kbbug7.00 kbSQLServ700bug |
Last Reviewed: September 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |