Hi,
I have two apps, both use integrated security. One works with the values set to true in the connection string and another with the value set to SSPI.
Why is the difference, as I knew about SSPI but not using True?
JD.
Hi,
I have two apps, both use integrated security. One works with the values set to true in the connection string and another with the value set to SSPI.
Why is the difference, as I knew about SSPI but not using True?
JD.
According to Microsoft they are the same thing.
When false, User ID and Password are specified in the connection. When true, the current Windows account credentials are used for authentication. Recognized values are true, false, yes, no, and sspi (strongly recommended), which is equivalent to true.