Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Transact-SQL UPDATE and DELETE statements can reference remote tables only if the following conditions are met by the OLE DB provider that is used to access the remote table:
- The provider must support bookmarks on the rowset opened through IOpenRowset on the table that is being updated or deleted.
- The provider must support the IRowsetLocate and IRowsetChange interfaces on the rowset opened through IOpenRowset on the table that is being updated or deleted.
- The IRowsetChange interface must support update (SetData) and delete (DeleteRows) methods.
See Also
Concepts
OLE DB Provider Reference for Distributed Queries
Guidelines for Using Distributed Queries