×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
This may not apply to BLOB, but for clob I use these definitions in my RPGLE:
dcl-s requestText sqltype(clob: 1048576) CCSID(1208);
dcl-s responseText sqltype(clob: 1048576) CCSID(1208);
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jon Paris
Sent: Monday, November 11, 2024 3:14 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Limits for SQL functions
Can anyone tell me where i can find documentation on the limits for the SQL functions such as GET_BLOB_FROM_FILE.
I am getting a "not usable" error when trying to use a host variable > 32K - but the only docs I can find relate just to BLOB and they sure don't have such a low limit.
Is there some special magic required for large objects?
Jon Paris
Jon.Paris@xxxxxxxxxxxxxx
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.