Bug #53002 | Failure to update a BLOB field using an Updatable ResultSet | ||
---|---|---|---|
Submitted: | 20 Apr 2010 18:43 | Modified: | 25 Feb 2022 11:02 |
Reporter: | Nicholas Daniels | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.12 | OS: | Windows (Version 2002, Service Pack 3) |
Assigned to: | Filipe Silva | CPU Architecture: | Any |
Tags: | BLOB, CONCUR_UPDATABLE, ResultSet, updateBinaryStream() |
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
[24 May 2010 17:59]
Nicholas Daniels
[25 May 2010 8:32]
Tonci Grgin
Test case for our test framework. Tested with JDK 1.5.
Attachment: TestBug53002.java (text/x-java), 2.46 KiB.