The information in this article applies to:
BUG#: 13954 (6.00) SYMPTOMS
Db-library cursor library or ODBC applications may cause the following
message to be logged in the SQL Server error log when they open a static
cursor:
WORKAROUNDUse another cursor type other than static for these queries. Recode the select to see if a query can be found that does not generate the message. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem has been corrected in Microsoft SQL Server version 6.5. For more information, contact your primary support provider. MORE INFORMATIONThe message is only generated on static cursors, not dynamic, keyset, or forward_only cursors. The message also only occurs for some selects, if the cursor is opened on a similar select on the same table, or another table, the message does not occur. The only effect is in sites opening many static cursors that generate the message; in these sites, the space taken up by the messages can be significant. Additional query words: sql6 cursor
Keywords : kbprg SSrvProg kbbug6.00 kbfix6.00.sp3 |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |