×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




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 the
function 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 thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 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.