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
 SQL Server Development (2000)
 remote table are not updatable

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-28 : 23:37:20
roger writes "When trying to run application program (cobol with embedded Transact-SQL statements) this error comes up:

DIAG [01000] [Microsoft][ODBC SQL Server Driver][SQL Server]Remote tables are not updatable. Updatable keyset-driven cursors on remote tables require a transaction with the REPEATABLE_READ or SERIALIZABLE isolation level spanning the cursor. (16953)

The application is connected to instance A and doing some SELECT/INSERT in instance B. Instance B is linked to Instance via linked server."
   

- Advertisement -