摘要: 利用游标将远程表上的数据复制到本地,出现了以下的错误提示,怎么办呢? 错误提示:远程表不可更新。远程表上的可更新键集驱动游标要求事务具有扫过游标的 REPEATABLE_READ 或 SERIALIZABLE 隔离级别。 (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.) 阅读全文
posted @ 2006-01-21 15:03 小强(占卜师) 阅读(1845) 评论(4) 推荐(0) 编辑