We have developed a Delphi app on windows 10. We use sqldirect to connect to sql server 2017. Is it possible to use sqldirect with Tls 1.2? Or set the provider to msoledbsql?
- 2Sqldirect seems old to me, why not use the built-in TADOxxx components? If you use the native client (recent version) then you have tls 1.2 support out of the box...whosrdaddy– whosrdaddy2020-07-21 09:24:47 +00:00Commented Jul 21, 2020 at 9:24
- I agree with you, but rewriting it seems to be out of the question.siwix– siwix2020-07-27 07:07:38 +00:00Commented Jul 27, 2020 at 7:07
- Then ask Sqldirect support?whosrdaddy– whosrdaddy2020-07-27 07:49:53 +00:00Commented Jul 27, 2020 at 7:49
Add a comment |