Retrieve multiple result sets in sails js
问题 I am using sails js with it sails-mssqlserver adapter. The problem with it is that if my stored procedure returns multiple result sets then I only receive one result set which is the latest of all. The same stored procedure is working fine with Java and I get to iterate over the relevant result sets. I need to know if there is some specific way to access all result sets in sails-mssqlserver? 回答1: The sails-mssqlserver adapter is a wrapper of the official Microsoft SQL Server client for Node