Top "Node-mssql" questions

node-mssql MSSQL database connector for Node.

Node.js MSSQL tedius ConnectionError: Failed to connect to localhost:1433 - connect ECONNREFUSED

I am trying to connect to MSSQL 2012 using NodeJS with the mssql connection interface. When attempting to connect I get …

sql-server node.js node-mssql tedious
Node.js and Microsoft SQL Server

Is there any way I can get my Node.js app to communicate with Microsoft SQL? I haven't seen any …

sql-server node.js node-mssql tedious
How can I use a single mssql connection pool across several routes in an Express 4 web application?

I want to use node-mssql as a MSSQL database connector in a Node JS Express 4 web application. Route handler logic …

sql-server node.js express node-mssql
Connect to SQL Server with mssql for node.js

I got a error message when I connect to SQL Server with mssql module for node.js. [Error: connection to 192.168.1.101\…

sql-server node.js node-mssql tedious
Connecting to a remote Microsoft SQL server from Node.js

I was wondering if anyone was aware of a way to connect to a Microsoft SQL database from Node.js. …

node.js node-mssql
nodejs mssql return recordset

Im trying to past the recordset from mssql request.query like a return value. Following the code on https://www.…

javascript sql-server node.js node-mssql
Node js: mssql [ConnectionError: Connection is closed.] name: 'ConnectionError', message: 'Connection is closed.', code: 'ECONNCLOSED'

i am getting error in npm mssql 3.0.0 with sqlserver 2012 i am creating single page application where i used restful using …

express node-mssql
Bulk inserting with Node mssql package

I'm trying to insert around 20.000 users at the same time in my MSSQL Server from a csv file. I created …

javascript node.js api node-mssql
Using Node.js to connect to Microsoft SQL Server 2008 (MSSQL) database

Possible Duplicate: Connecting to a remote Microsoft SQL server from Node.js I'm looking for an up-to-date explanation of how …

sql-server node.js sql-server-2008 node-mssql tedious
node-mssql insert returning undefined recordset

Select statements are working fine, but whenever I try an insert or update the recordset and affected values are undefined. …

javascript sql-server node.js node-mssql