The information in this article applies to:
BUG #: 56218 (SQLBUG_70) SYMPTOMSAn update to all rows in the current fetch buffer (through sp_cursor), with a cursor based on a view, may fail with the following error: This problem is specific to the use of extended cursor procedures since ANSI T-SQL only supports an update of a single row WHERE CURRENT OF <cursor>. An ODBC application might encounter this error when updating all rows in the fetch buffer through a SQLSetPos() API call. WORKAROUNDHere are two ways to work around this behavior:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbbug7.00 kbSQLServ700bug |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |