Bug #31067 | MS Access with VARCHAR NOT NULL columns | ||
---|---|---|---|
Submitted: | 17 Sep 2007 19:13 | Modified: | 25 Jan 2012 23:19 |
Reporter: | Adam Radford | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.1.3 | OS: | Windows (XP SP2) |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
Tags: | null, odbc51_postga, varchar |
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
[15 Oct 2007 14:40]
Miguel Solorzano
[4 Feb 2008 13:06]
Tonci Grgin
Table properties
Attachment: bug31067.JPG (image/jpeg, text), 47.99 KiB.
[25 Jul 2011 9:47]
Lawrenty Novitsky
Patch diff against rev#976
Attachment: bug31067.diff (application/octet-stream, text), 11.74 KiB.