BUG: bcp_done Sets TEXTSIZE to 4096Last reviewed: April 29, 1997Article ID: Q115923 |
The information in this article applies to:
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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |