|
Are you defining QtmhWrStout yourself? If so, you should be able to make
the parameter larger than 32767. Here's a snippet of RPG code from an app
I have in production:
Dcl-pr QtmhWrStoutAPI extproc('QtmhWrStout') ;
DtaVar char(131072) options(*varSize) const ;
DtaVarLen int(10) const ;
ErrorCode likeDs(QUSEC) ;
End-pr;
-----Original Message-----
From: Arco Simonse [mailto:arco400@xxxxxxxxx]
Sent: Friday, August 24, 2018 9:33 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: noxDB: How to output a large JSON tree to QtmhWrStout
Hi,
I'm just trying out Niels Liisberg's noxDB implementation (
https://github.com/NielsLiisberg/noxDB), and I wonder how I can send a
large JSON result to the webserver.
The wonderful function json_sqlResultSet() works really nice, and gives a
pointer to the result rows.
From there, I'd like to send the result to the webserver. I found thefunction json_AsJsonText() from which I can forward to QtmhWrStout.
But it seems limited to a size of 32767 bytes, which is not sufficient for
large data.
Am I missing something obvious here?
Thanks,
Arco Simonse
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.