Meaning of SSPI

  • Thread starter Thread starter Tom Archer
  • Start date Start date
T

Tom Archer

I've seen the values 'true' and 'SSPI' passed to indicate
Integrated Security in the connection strings for both
SqlConnection and OleDbConnection objects. Is there any
difference in how the two value affect the connection?
 
really no... when you define the Integrated Security or Trusted_Connection for your db connection the SSPI value is equivalent to true value as is equivalent to yes value. There isn't any difference
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top