I am using fetch to read data from API build in NodeJS. I have the following method: exports.read_detail = async function(req, res) { try { let pool = await new sql.Co
Solution 1:
I think the problem is that myActivities only exists within the scope of the if(resultDcn.rowsAffected[0]).
Post a Comment for "Nodejs: Querying Ms Sql In Loop Freezes Response"