Bug #28891 | BLOB VB6 IsNull-Test destroys BLOB-Info | ||
---|---|---|---|
Submitted: | 5 Jun 2007 6:47 | Modified: | 13 Jun 2007 15:35 |
Reporter: | Thomas Hermann | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.14, 3.51.16r491 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | "IsNull-Test destroys BLOB-Info", BLOB, VB6 |
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 Jun 2007 7:00]
Thomas Hermann
[11 Sep 2007 15:32]
Tonci Grgin
VB VS205 test case
Attachment: Bug28891VB.txt (text/plain), 2.91 KiB.
[11 Sep 2007 15:34]
Tonci Grgin
Test picture
Attachment: testpicture.jpg (image/jpeg, text), 23.17 KiB.