In Unidac, you add a SpecificOption to 'Authentication=auWindows' but when I try to set this for EntityDac
OrmDataModule.EntityConnection1.ConnectionString := 'Data Provider=UniDAC;SQL Dialect=SQL Server;Login Prompt=False;Server=Server;Database=somedb;Authentication=auWindows';
I get an exception 'Connection parameter name is unknown - Authentication'
I'm using Unidac 5.3.8 and EntityDac V 1.2.3 and can't seem to make this work. Any help would be appreciated.
How do you configure EntityDAC with Unidac for SQL Server Windows Authentication
-
- Posts: 6
- Joined: Mon 01 Oct 2012 12:43
Re: How do you configure EntityDAC with Unidac for SQL Server Windows Authentication
Hello,
Thank you for the information. We have fixed this issue. The fix will be included to the next EntityDAC version.
P.S. In EntityDAC this option will be named Integrated Security. To enable Windows authentication, this option must be set to SSPI.
Thank you for the information. We have fixed this issue. The fix will be included to the next EntityDAC version.
P.S. In EntityDAC this option will be named Integrated Security. To enable Windows authentication, this option must be set to SSPI.