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.
- Minogue Susan
- PowerBuilder
- Wednesday, 24 April 2024 12:26 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
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