从Mac上的Node.js连接所需的Microsoft SQL Server配置是什么?

时间:2015-11-20 20:28:00

标签: node.js sql-server-2008

我尝试过以下各种变体并获得:

angular.forEach($scope.icons, function (item) {
    angular.forEach(item.bonuses, function (bonusLine) {
        if (bonusData.indexOf(bonusLine) == -1 && bonusLine.name !== '') {
            bonusData.push(bonusLine);
        }
    })
});

使用:

 CONNECT ERROR: ConnectionError: Failed to connect to 192.168.1.5:53394 in 15000ms

0 个答案:

没有答案