javascript - Loop the recordset returned using mssql in node.js -


i working on application in node.js using mssql package connecting ms sql database. using

var ps = new sql.preparedstatement(conn); 

when call execute method on prepared statement recordset.

ps.execute({[optional_input_params]}, function(err, recordset) 

now want iterate through recordset returned in callback. please suggest how can able iterate through result.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -