The information in this article applies to:
BUG #: 17985 (SQLBUG_65) SYMPTOMS
When running an application that uses FORWARD ONLY or DYNAMIC server-side
cursors, you may receive error 602 in the error log:
This does not cause problems with the execution of SQL Server, but the client is disconnected from the server as stated in the message. CAUSE
This problem occurs when all of the following conditions are true:
WORKAROUND
To work around the problem, modify the query to not use one of the required
conditions that cause this behavior, as noted in the CAUSE section of this
article. For example, use a STATIC cursor instead of a DYNAMIC cursor or
apply the search argument to the outer table and not the inner table.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. Additional query words: forwardonly errorlog
Keywords : SSrvTran_SQL kbbug6.50 |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |