What is the difference between Integrated Security = True and Integrated Security = SSPI?

后端 未结 9 2183
独厮守ぢ
独厮守ぢ 2020-11-22 10:36

I have two apps that use Integrated Security. One assigns Integrated Security = true in the connection string, and the other sets Integrated Security = S

9条回答
  •  一个人的身影
    2020-11-22 10:51

    True is only valid if you're using the .NET SqlClient library. It isn't valid when using OLEDB. Where SSPI is bvaid in both either you are using .net SqlClient library or OLEDB.

提交回复
热议问题