Tedious Promise

188 views
Skip to first unread message

Akshay Aks

unread,
Apr 2, 2018, 7:42:26 AM4/2/18
to tedious
hello,
   I am new with node js. i am using tedious promise to connect with my sql server. i am connected successfully, My question is how to pass parameter to stored procedure. below is my code

connection.sql("testsp").callProcedure().then(function(results) {
console.log(results);
}).catch(function(err) {
reject(err);
});

Tito

unread,
Nov 13, 2018, 8:45:08 PM11/13/18
to tedious
Reply all
Reply to author
Forward
0 new messages