DOCUMENT:Q114245 27-JUL-2001 [odbc] TITLE :BUG: Can Not Do Literal Update of Memo Fields Beyond 255 Chars PRODUCT :Open Database Connectivity (ODBC) PROD/VER:WINDOWS:1.0 OPER/SYS: KEYWORDS:kbBug kbISS ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Open Database Connectivity, version 1.0 ------------------------------------------------------------------------------- BUG# ODBCDBASE: 2064 (1.01.1928) SYMPTOMS ======== The ODBC Access driver gives a "data truncated" error (SQLSTATE 01004) when you try to update a memo field with a literal such that the total length of the updated field is greater than 255 characters. Furthermore, the memo field is truncated to 255 characters. For example: Create an Access table with a memo field in it. Insert one row into the table such that the memo field for that row has 220 chars. SQLExecDirect the following update statement on this table: update