The information in this article applies to:
BUG# ODBCDBASE: 2125 (1.01.1928) SYMPTOMSWhen using SQLPutData in chunks to update SQL_LONGVARBINARY o SQL_LONGVARCHAR data to 64K or greater with the ODBC Desktop Database drivers, the following message is received:
WORKAROUNDBecause inserts work but updates fail with the above operation, the only workaround is to make a copy of the row to updated, delete that row, and then insert the row again, along with the SQL_LONGVARCHAR or SQL_LONGVARBINARY data STATUSMicrosoft has confirmed this to be a problem in the ODBC Desktop Database Drivers versions 1.01.1928 and 1.01.2115. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
According to the ODBC specification, SQLPutData can be used in chunks
smaller than 64K to insert and update long data to the maximum limit set by
that data source. This works for inserts with the Desktop Drivers, but
fails for updates.
Additional query words: 1.01.1928 1.01.2115 DDD Visual C++ Word Excel
Keywords : |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |