Microsoft SQL Server 2014 over network. Oledb Connection String
问题 I cannot find an appropriate connection string to a Microsoft SQL server, it's the 2014 developer edition. My current provider is this: string strAccessConn = "Provider=SQLNCLI11;Data Source=10.211.55.7;Network Library=DBMSSOCN;Initial Catalog=myDataBase;User Id=pos;Password=password;"; However, I get this error, Error For reference, this is my source code. string strAccessConn = "Provider=SQLNCLI11;Data Source=10.211.55.7,1433;Network Library=DBMSSOCN;Initial Catalog=myDataBase;User Id=pos