| Bug #26653 | MyODBC / ADO Enum data type is frequently failing to update when no Primary key | ||
|---|---|---|---|
| Submitted: | 26 Feb 2007 23:36 | Modified: | 31 Jan 2008 18:50 |
| Reporter: | Erica Moss | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | Connector / ODBC | Severity: | S2 (Serious) |
| Version: | 3.51.12 | OS: | Windows (win xp) |
| Assigned to: | 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
[26 Feb 2007 23:36]
Erica Moss
[26 Feb 2007 23:37]
Erica Moss
data file
Attachment: enumTest.csv (application/vnd.ms-excel, text), 443 bytes.
[27 Feb 2007 7:12]
Erica Moss
NEW data file
Attachment: enumTest.csv (application/vnd.ms-excel, text), 967 bytes.
[27 Feb 2007 7:13]
Erica Moss
NEW script unit test fle
Attachment: enumbug.vbs (application/octet-stream, text), 3.66 KiB.
