Re: BLOBs

Daniel Gross <[email protected]> Mon, 15 Jun 2026 22:33:47 +0200
Newsgroups gmane.comp.hardware.ibm.midrange
Message-ID <[email protected]>
Like this:

exec sql insert into ... (
   ...,
   blobField => get_blob_from_file(:fileName),
   ...
);

(This is new INSERT syntax)

HTH
Daniel

> Am 15.06.2026 um 20:43 schrieb James H. H. Lampert via MIDRANGE-L <[email protected]>:
> 
> On 6/15/26 9:51 AM, Daniel Gross wrote:
>> Hi James,
>> Yes - RSS can even show the contents of some formats in a BLOB field, like a JPEG. But this is a read-only feature.
>> To get the BLOB into the field, I sometimes use GET_BLOB_FROM FILE or HTTP_GET_BLOB.
> 
> 
> Fascinating. How would I use GET_BLOB_FROM FILE or HTTP_GET_BLOB? Never heard of them.
> 
> --
> JHHL
> --
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
> To post a message email: [email protected]
> To subscribe, unsubscribe, or change list options,
> visit: https://lists.midrange.com/mailman/listinfo/midrange-l
> or email: [email protected]
> Before posting, please take a moment to review the archives
> at https://archive.midrange.com/midrange-l.
> 
> Please contact [email protected] for any subscription related questions.
> 
-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: [email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: [email protected]
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact [email protected] for any subscription related questions.