Bug #7649 | Integer retrieval argument fails to retrieve | ||
---|---|---|---|
Submitted: | 3 Jan 2005 23:37 | Modified: | 10 Aug 2006 8:32 |
Reporter: | Steve DeWitt | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.10 | OS: | Windows (windows) |
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
[5 Jan 2005 15:40]
Steve DeWitt
[10 Aug 2006 8:34]
Tonci Grgin
Data retrieval window
Attachment: 7649-IntArgRetr-1.jpg (image/jpeg, text), 16.21 KiB.
[10 Aug 2006 8:35]
Tonci Grgin
DB data retrieved passing integer argument
Attachment: 7649-IntArgRetrieved.jpg (image/jpeg, text), 11.15 KiB.