Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant connect node js to sql server #1

Open
saviokh opened this issue Dec 3, 2021 · 0 comments
Open

cant connect node js to sql server #1

saviokh opened this issue Dec 3, 2021 · 0 comments

Comments

@saviokh
Copy link

saviokh commented Dec 3, 2021

const config = {
user :'sa',
password :'*********',
server:'127.0.0.1',
database:'Donation',
options:{
trustedconnection: true,
enableArithAbort : true,
instancename :'INSTANCE_2K22',
trustServerCertificate: true // change to true for local dev / self-signed certs
},

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant