Mega Code Archive

 
Categories / Delphi / ADO Database
 

Nt authentication-integrated security

Question: If Integrated Security is enabled on my MSSQL sql server how do I make the BDE MSSQL SQL Links driver use Integrated Security? Answer: Leave user name and password blank in your application's TDatabase and make sure that the USER NAME in the BDE ALIAS and MSSQL driver settings is blank (used as a default when an ALIAS parameter is blank).