The information in this article applies to:
BUG# 10040 (4.2) SYMPTOMSThe DB-Library (DB-Lib) bcp_done function will set the DBTEXTSIZE option to 4096 for the current DBPROCESS. Any prior setting of this option will be overridden by bcp_done. CAUSEThe bcp_done function sends a SET TEXTSIZE 4096 statement to SQL Server as part of its internal housekeeping. WORKAROUNDReset the DB-Library DBTEXTSIZE option to the desired value after completing a bcp operation if you will reuse the same DBPROCESS connection. STATUSMicrosoft has confirmed this to be a problem in DB-Library 4.20.00. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: dblib
Keywords : kbtool SSrvBCP SSrvDB_Lib SSrvProg kbbug4.20 |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |