on 2024 Sep 04 7:33 AM
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?
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.