You should use temporary tables. From XSJS write your data you want to pass into the procedure into the temporary table. Then in the CALL statement for the procedure use the temporary table as the input parameter you pass you.
↧
You should use temporary tables. From XSJS write your data you want to pass into the procedure into the temporary table. Then in the CALL statement for the procedure use the temporary table as the input parameter you pass you.