CraZySacX / node-jdbc

JDBC Wrapper for node.js
140 stars 106 forks source link

How can I excuse a stored procedure and get the response #197

Open richardnassar-external opened 5 years ago

richardnassar-external commented 5 years ago

I'm trying to call a stored procedure and get its response, executing the procedure is working but the response is always undefinied so what is the best way to call a porcedure and get a return value ?