The information in this article applies to:
BUG# NT: 10959 (6.00) SYMPTOMSWhen you use the SQL Server ODBC driver version 2.50.0121 to update a text column, a table scan is performed and the update may take a very long time depending on the number of rows. CAUSE
Applications that use ODBC typically call the SQLPutData API to update
text and image columns. With the new SQL Server driver, SQLPutData
internally issues the following statements to the SQL Server:
The SELECT statement uses a LIKE on the text column to get the text pointer. This causes a table scan, and if the table has a significant number of rows, takes a considerable amount of time. The overall effect is a slower UPDATE. STATUSMicrosoft has confirmed this to be a problem in the 2.50.0121 version of the SQL Server ODBC driver. This problem was corrected in Service Pack 1 for SQL Server version 6.0. For more information, contact your primary support provider. Additional query words: sql6 mfc
Keywords : kbprg SSrvProg SSrvTran_SQL kbbug2.50.0121 kbbug6.00 |
Last Reviewed: April 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |