Connecting to MS SQL Server using Windows credentials

I’m new to XOJO. Lots of experience with VB.Net. Testing the connection properties for connecting to SQL Server. Don’t know the XOJO term for “Integrated Security” connection to the server. The connection I need to make will be using Windows credentials (Active Directory)…not an internal SQL Server account. I was able to make a connection using the SQL internal account. No luck connecting using Windows credentials. Is it possible to make this type of connection in XOJO?

Have you tried leaving the username/password fields blank/not defined? I’m pretty sure that worked for me.

I tried it. Looks like it worked! Thanks for the tip, Wayne.