I use this connection string to authenticate the server,
Dim rs As New ADODB.Recordset
strConnectionString = "Provider=SQLOLEDB.1;Persyst Security Info=False;User Id=fileade;Password=fileade;Initial Catalog=Fileade;Data Source=10.237.225.170;Command Properties='Command Time Out=45'"
What will be the connection string in windows authentication?
source
share