Using SSPI with SQL Server
Posted: Tue 21 Jul 2015 07:53
Hi,
I'm facing an issue while trying to connect to a SQL Server with SSPI integrated security.
If my connection string uses "Integrated Security=SSPI", it is accepted by TUniConnection but seems not have any effect.
If my connection string uses "Authentication=Windows", it is refused by TUniConnection as "Authentication" is not a valid parameter name
Of course, if I set manually the specfic option "Authentication" = "auWindows", it works well but my goal is to control ALL connection parameters with the connection string.
My question is: did I do something wrong (some trick I missed somewhere) or is there a problem in UniDac 6.1.5 ?
(In next post, a sample app which shows the problem)
I'm facing an issue while trying to connect to a SQL Server with SSPI integrated security.
If my connection string uses "Integrated Security=SSPI", it is accepted by TUniConnection but seems not have any effect.
If my connection string uses "Authentication=Windows", it is refused by TUniConnection as "Authentication" is not a valid parameter name
Of course, if I set manually the specfic option "Authentication" = "auWindows", it works well but my goal is to control ALL connection parameters with the connection string.
My question is: did I do something wrong (some trick I missed somewhere) or is there a problem in UniDac 6.1.5 ?
(In next post, a sample app which shows the problem)