J
Jenny
Hi
I'm using the following connection string at the moment
which is working fine:
"Data Source=XXX.XXX.XXX.XXX,1433;Network
Library=DBMSSOCN;Initial Catalog=Test;User
ID=User;Password=Testpass;"
With the aim of a secure connection I added SSPI:
"Data Source=XXX.XXX.XXX.XXX,1433;Network
Library=DBMSSOCN;Initial Catalog=Test;User
ID=User;Password=Testpass;Integrated Security=SSPI;"
But I'm getting an error message with this string. Is there
something to change in MS SQL Server to allow secure
connection? How can find the reason for the error?
Thanks for all help
Jenny
I'm using the following connection string at the moment
which is working fine:
"Data Source=XXX.XXX.XXX.XXX,1433;Network
Library=DBMSSOCN;Initial Catalog=Test;User
ID=User;Password=Testpass;"
With the aim of a secure connection I added SSPI:
"Data Source=XXX.XXX.XXX.XXX,1433;Network
Library=DBMSSOCN;Initial Catalog=Test;User
ID=User;Password=Testpass;Integrated Security=SSPI;"
But I'm getting an error message with this string. Is there
something to change in MS SQL Server to allow secure
connection? How can find the reason for the error?
Thanks for all help
Jenny