Bug #33808 | MyODBC 51/Access ODBC CONVERT() causes error | ||
---|---|---|---|
Submitted: | 10 Jan 2008 20:52 | Modified: | 14 Mar 2008 18:43 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1.1 | OS: | Windows (xp2 sp2) |
Assigned to: | Jim Winstead | 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
[10 Jan 2008 20:54]
Erica Moss
[11 Jan 2008 19:31]
Erica Moss
access database file
Attachment: bug.mdb (application/msaccess, text), 420.00 KiB.
[28 Feb 2008 21:01]
Jim Winstead
Don't report that CAST() and CONVERT() are supported
Attachment: bug33808.diff (text/plain), 946 bytes.