The information in this article applies to:
BUG#: 15517 (6.0) (sqlserver) SYMPTOMS
If a client computer running the Japanese version of Windows NT attempts a
SQLSetPos(SQL_ADD) on a keyset cursor, the Microsoft SQL Server ODBC Driver
may incorrectly generate the following error:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft SQL Server ODBC Driver version 2.50.0126. The problem does not occur in version 2.65.0201 of the driver. WORKAROUNDInsert the row using an insert command, or use forward only cursors. MORE INFORMATIONSome 2750 errors returned on a SQLSetPos will be valid if the application has specified a precision on SQLBindCol that is larger than that supported by the associated column in SQL Server. However, in some cases on Japanese clients this error may be raised incorrectly. The problem is specific to the 2.50.0126 driver that ships with SQL Server Service Packs 1 and 2. It does not occur on the 2.50.0121 driver that ships with SQL Server 6.0, or with the 2.65.0201 driver that ships with SQL Server 6.5. Additional query words: SQLBindCol SQLSetPos
Keywords : kbbug6.00 |
Last Reviewed: March 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |