The information in this article applies to:
BUG #: 16136 (6.50.201) SYMPTOMS
When you attempt to call the open Database Connectivity (ODBC) function
SQLSetPos() multiple times with the SQL_UPDATE option on a DYNAMIC cursor,
you may incorrectly receive the following error message:
WORKAROUND
To work around this problem, switch to a keyset cursor on SQL Server 6.5
Service Pack 1 or later. To obtain SQL Server 6.5 Service Pack 1, see the
following article in the Microsoft Knowledge Base:
Q154549 : INF: How to Obtain SQL Server 6.5 Service Pack 1 STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 and Microsoft Open Database Connectivity version 2.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Error 16934 does not occur on very small tables (fewer than 100 rows). The
error may occur on the second call to SQLSetPos, as in the following
example:
Keywords : kbinterop kbother kbusage SSrvProg kbbug6.50 |
Last Reviewed: April 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |