How do you configure EntityDAC with Unidac for SQL Server Windows Authentication
Posted: Wed 31 Dec 2014 20:50
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.
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.