Problem: Allways trys to login using NT Auth, even if you select SQL login.
Fix: Add the following line of code at line 1043 FormMain.cs: target.AuthenticationType = wndLoginInfo.AuthMode;
Log in to post a comment.