Error accessing database with tedious node js driver

Discussion in 'Databases' started by Datatron, Sep 7, 2015.

Tags:
  1. I am trying to access my MSSQL database using the node js driver called tedious. I can access the database from my local computer using my node js program but I get an access error on the discountasp server. The error is: My Error=ConnectionError: Failed to connect to 99.99.99.999:1433 - connect EADDRNOTAVAIL. The 99.99.99.999 is a substitute for my real ip address. Does anyone know what this error means and how to resolve it?
     

Share This Page