cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

call a SAP HANA stored procedure that returns multiple result sets (i.e., multiple tables)

NoelJoaquin
Discoverer
0 Likes
297

I'm working on a Node.js application where I need to call a SAP HANA stored procedure that returns multiple result sets (i.e., multiple tables). The stored procedure is designed to return different sets of data based on various queries, and I need to capture all these result sets in my Node.js code. I’m using the @Sisn/hana-client library to connect to the HANA database. However, I'm facing challenges in retrieving and handling these multiple result sets after the stored procedure execution. Could anyone provide guidance or examples on how to properly call an SAP HANA stored procedure from Node.js and process multiple result sets returned by the procedure?

Accepted Solutions (0)

Answers (0)