Unable to use a PreparedStatement using SQL Server and the NodeJS mssql library
This mssql is the library I’m using for SQL Server.
Connection With SQL Server using NodeJS
The connection string with the username password server and database is down below:
Cant connect to SQLServer with Express
I’m having some trouble to connect to SQLServer with Express. I realized that i’m using Windows Authentication instead of SQL Login.