Thread: MS SQL Server General Questions/connection string for the trusted connection

connection string for the trusted connection
lcConStr = "Provider=SQLOLEDB.1;Integrated Security=SSPI; " + ;
   "Persist Security Info=False;" + ;
   "Initial Catalog=myDB;Data Source=mySQLserver"

http://www.connectionstrings.com/