Bug #27117 | Usage of ODBC/BLOB/VB6 Error 80004005 bug #19065 | ||
---|---|---|---|
Submitted: | 14 Mar 2007 7:13 | Modified: | 22 Mar 2007 8:12 |
Reporter: | Thomas Hermann | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.0 /odbc 3.51.12.00 | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | BLOB, bug #19065, Error 80004005, ODBC, 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
[20 Mar 2007 14:49]
Thomas Hermann
[21 Mar 2007 21:07]
Tonci Grgin
... and it's result
Attachment: Bug27117.jpg (image/jpeg, text), 115.45 KiB.
[21 Mar 2007 22:32]
Thomas Hermann
Error message related to naming primary key column NDX
Attachment: MyBlobErMsg1.JPG (image/jpeg, text), 15.04 KiB.
[21 Mar 2007 23:50]
Thomas Hermann
the vbp-file
Attachment: TONCISQLBlob.vbp (application/octet-stream, text), 1.11 KiB.
[21 Mar 2007 23:50]
Thomas Hermann
the frm-file
Attachment: TONCISQLBLOB.frm (application/octet-stream, text), 3.50 KiB.
[21 Mar 2007 23:51]
Thomas Hermann
the vbw.file
Attachment: TONCISQLBlob.vbw (application/octet-stream, text), 57 bytes.
[21 Mar 2007 23:52]
Thomas Hermann
the test picture
Attachment: testpicture.jpg (image/jpeg, text), 23.17 KiB.