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: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1.5 | OS: | Windows (XP) |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[27 Jan 2009 7:07]
Bogdan Degtyariov
[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.