Skip to content Skip to sidebar Skip to footer

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;

Solution 1:

Just to test, try adding the connection thus : msdn.microsoft.com/en-us/library/ms171887.aspx

" Click the ellipses (...) button in the Value field to open the Connection Properties dialog box to build your connection string "

There's the "magic"

Post a Comment for "Microsoft Sql Server 2014 Over Network. Oledb Connection String"