Has anyone had any success getting Node to communicate with a SQL Server database?
I've tried all the solutions posted on Stackoverflow (although all relevant questions seem to be about a year old) and none of them have worked.
Some of the packages I've tried:
- msnodesql (Unable to get it to install successfully),
- mssql, tedious (Always errors out on socket connection)
and some others that I can't remember their names
I think all the packages are out of date or not being maintained anymore, as far as I can see there is no defacto standard. I'm starting to think I should abandon trying to use a SQL Server database and switch to MySQL instead?
I'm developing in Visual Studio 2012 and I also have SQL Server 2012.