Bug #40932 LONGTEXT fields are converted to text(255) in Access 97
Submitted: 21 Nov 2008 16:49 Modified: 15 Oct 2009 14:36
Reporter: Stefano Sapienti Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:5.1.5 OS:Windows (XP)
Assigned to: Lawrenty Novitsky CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[27 Jan 2009 7:07] Bogdan Degtyariov
TEXT column is properly linked to MEMO field (MyODBC 5.1 used)

Attachment: linked_tables_screen2.jpg (image/jpeg, text), 152.14 KiB.

[20 Mar 2009 10:13] Bogdan Degtyariov
patch for windows GUI with CHARSET and STMT options

Attachment: charset_stmt_gui.diff (application/octet-stream, text), 7.31 KiB.

[24 Sep 2009 12:22] Lawrenty Novitsky
Additional patch - resetting no_catalog before connection.

Attachment: bug40932_additional.diff (text/x-diff), 1.36 KiB.

[24 Sep 2009 12:44] Lawrenty Novitsky
Combined Bogdan's and my patch.

Attachment: bug40932_full.diff (text/x-diff), 8.02 KiB.