C#C
C#3y ago
eid

❔ Azure data studio connection string.

i'm using linux so i use Azure data studio as sqlserver management studio. but i can't know the connection string that i will use in ado, when using sqlconnection, i tried that:
var con=new SqlConnection("Server=localhost;Database=mydeb;User Id=sa;Password=25509;");
from that picture what may be?
image.png
Was this page helpful?