FIX: Nested Cursors Can Cause a Handled Access ViolationLast reviewed: April 9, 1997Article ID: Q157846 |
The information in this article applies to:
SYMPTOMSA nested cursor fetch on basic select type cursors can cause a handled access violation, as well as the inability to locate locally defined variables or the cursor. The SQL Server error log will contain a Language Exec error, followed by a stack trace. The following errors, as well as a client disconnect, are reported on the client:
16921 Cursorfetch: Must declare variable '%s'. 16916 A cursor with the name '%s' does not exist. WORKAROUNDDo not use cursors in a nested fashion where the inner cursor relies on the results of the outer cursor.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
|
Additional query words: AV
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |