When using the following option set connection fails
user: "VinVisionAPIUser",
password: "VinVisionAPIPassword", //this account will most likely need creating
server: SQLServerUrl,
database: SQLServerDb,
options: {
trustServerCertificate: true,
instancename: SQLServerInsatnce,
encrypt: false,
tdsVersion: '7.4' // chage this as required because we have many SQL version see: https://github.com/tediousjs/tedious
},
however if I comment out the tdsversion option connection works
I would expect it to work, according to the tedious repo 2012 is tdsVersion 7.4
When using the following option set connection fails
however if I comment out the tdsversion option connection works
I would expect it to work, according to the tedious repo 2012 is tdsVersion 7.4
Error displays as a socket hangup error
Software versions