I have old application, written on VB6.
After migrating it from Windows 7 to Windows 10, the application cannot connect to the old SQL server.
In SQL Server logs:
Login failed for user '...'. Reason: Password did not match that for the login provided. [CLIENT: ...]
Error: 18456, Severity: 14, State: 8.
If I change the user password (both, in MS SQL server in on the Windows 10 workstation) to an empty one, the connection occurs without any problems.
Tried to forcibly enable TLS 1.0 & TLS1.1 in Windows registry.
Also tried to install latest SQL Native Client & OLE DB Driver for SQL Server.