0
I’m using Visual Studio Code with the mssql extension on linux, I need to nail Connection Strings from a database I’ve already created, but I’m not getting.
0
I’m using Visual Studio Code with the mssql extension on linux, I need to nail Connection Strings from a database I’ve already created, but I’m not getting.
Browser other questions tagged c# sql-server visual-studio-code
You are not signed in. Login or sign up in order to post.
What exactly are you not getting?
– Leandro Angelo
In the course I’m doing, the guy is visual studio, he selects the database, and key "F4", opens the properties, and la he locates the field "Connection Strings", and copies the text. I’m unable to access this field through the visual studio code.
– Eduardo Carvalho
Bro, I don’t know any extension, I think you’ll have to assemble connection string in hand.
– Samuel Diogo
Probably the same question he asked here: https://answall.com/q/368553/35358
– George Wurthmann