Bug #19299 | Multiple-Step operation error using Decimal fields | ||
---|---|---|---|
Submitted: | 24 Apr 2006 14:36 | Modified: | 17 Jul 2006 12:49 |
Reporter: | Emiliano Sosa | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | My ODBC 3.51 | OS: | Windows (Windows 2000 advanced server) |
Assigned to: | Bogdan Degtyariov | 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
[7 Jun 2006 19:54]
Tonci Grgin
[8 Jun 2006 12:42]
Tonci Grgin
Test case result
Attachment: Result.jpg (image/jpeg, text), 3.76 KiB.
[8 Jun 2006 12:43]
Tonci Grgin
Test case libraries
Attachment: libs.jpg (image/jpeg, text), 26.64 KiB.
[10 Jul 2006 5:35]
Tonci Grgin
Screenshot of problem provided by Lisbeth
Attachment: screenshot.jpg (image/jpeg, text), 154.44 KiB.