Bug #49131 | Text field truncated to 255 chars in Ms-Access 2007truncate | ||
---|---|---|---|
Submitted: | 26 Nov 2009 10:19 | Modified: | 27 Nov 2009 15:27 |
Reporter: | Jorrit de Jong | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.01.06.00 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | text, truncated, windows, windows xp |
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
[26 Nov 2009 10:58]
Tonci Grgin
[26 Nov 2009 11:00]
Tonci Grgin
mysql -u** -p -h** test < bug 49131-input.txt > bug49131-output.txt
Attachment: bug49131-output.zip (application/x-zip, text), 11.45 KiB.
[26 Nov 2009 23:34]
Jorrit de Jong
Example why I CAN repeat the problem.
Attachment: Table bug49131 created.doc (application/msword, text), 91.00 KiB.