SDAC 9.1.2 MSConnection.Encrypt = true bad Output value from parameter

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Damian Cala
Posts: 1
Joined: Tue 25 Feb 2020 09:03

SDAC 9.1.2 MSConnection.Encrypt = true bad Output value from parameter

Post by Damian Cala » Tue 25 Feb 2020 09:14

SDAC version 9.1.2 for RAD Studio 10.2

MSConnection->Options->Encrypt = true;
MSConnection->Options->TrustServerCertificate=true;
MSConnection->Options->Provider = prDirect;

RETURN_VALUE = 4294967293 should be -7 (minus 7)


MSConnection->Options->Encrypt = false;
RETURN_VALUE = -7 Good value

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: SDAC 9.1.2 MSConnection.Encrypt = true bad Output value from parameter

Post by Stellar » Thu 27 Feb 2020 15:55

Thank you for the information.
We have fixed the issue, and the fix will be included in the next SDAC build.

Post Reply