goldpot

Results 3 comments of goldpot

Has windows authentication been implemented? I am getting a weird error when I try to access a table from the MSSQL DB - Requests can only be made in the...

@IanChokS Below is my config - I can connect to the same DB using username and password - but cannot connect using Windows authentication var Connection = require('tedious').Connection; var Request...

@IanChokS - the error I get is Login failed for user ''. This is when I use windows authentication ( trustedConnection : true). If I connect using the username and...