FIX: Sp_cursoropen Error With More Than One Parameter MarkerLast reviewed: April 9, 1997Article ID: Q154966 |
The information in this article applies to:
SYMPTOMSWhen you use server side cursors, SQL Server Driver invokes the extended stored procedure Sp_cursoropen with incorrect parameters when the following conditions are met:
szSqlState = "37000", *pfNativeError = 16903, szErrorMsg="[Microsoft][ODBC SQL Server Driver][SQL Server] sp_cursoropen procedure called with incorrect number of parameters".The following error message appears if any further activity occurs on the client side:
Communication link failure. WORKAROUNDSet the Network Packet Size greater than 512 bytes in Server Configuration/Options using Sp_configure.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server Driver 2.65.0201. 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: 2.65.0201 2.65.0212 parameter markers
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |