Connection String

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I've observed that whenever i try to open up a connection without
mentioning the "integrated security = sspi" it give me an error and on
including it, it's all done, can anyone tell me what so particular about it
(SSPI)


Thanks
 
You're instructing it to use a Trusted connection in this case. If your SQL
Server sin't set up for mixed mode authentication, then it's the only way
you'll get it to open up - if you do have mixed mode, then you can also
specify a username and password and you should be ok as long as the account
you use exists and the password is correct
 
Back
Top