We have windows based application developed on PowerBuilder 2017 and which connects to SQL server 2014. Recently, server protocol upgraded to tls 1.2. From then, application can not connect to database server and it throws SSL hand shake failed error. Please advise.
The current Microsoft DB Client driver for SS is now ""MSOLEDBSQL". MS recommends that you start using this DB Client vs older SS DB drivers going forward. PB 2022 supports this latest MS SS DB Client via the setting ... SQLCA.DBMS = "MSO" // short for MSOLEDBSQL
HTH
regards .. Chris