Hi,
I am developing a web application using HANA XS.I have create stored procedure to insert and update data into DB and send back to front end.
My requirement is, i have to insert/update multiple records at a time into HANA DB.
Hence,my stored procedure is having 1 input parameter of table variable and another output parameter of table variable.
How to call thise type of procedures in HANA XSJS?
Please help me.
Thanks.