Page 1 of 1

DBExpress driver SQLserver in windows authentication mode

Posted: Wed 17 Oct 2018 09:30
by elmoh@S4B
Hi ,

I'm trying to connect to SQLServer in windows authentication.
Can I just leave empty User_Name= and Password=
in dbxconnection.ini file ?

Regards

Re: DBExpress driver SQLserver in windows authentication mode

Posted: Tue 23 Oct 2018 08:24
by Stellar
Yes, you may not set a username and password. If User_Name parameter of the SQLConnection is not set (User_Name='') Windows Authentication connection mode is used.