Hello All,
can some one help me in guiding how to set the response of a procedure call in json format.
I am struck after the below statement how to parse and execute the result:
query = "call \"_SYS_BIC\".\"development.stats/SP_TEST\"('" + year + "',?)";
Thanks