Page 1 of 1

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

Posted: Tue 25 Feb 2020 09:14
by Damian Cala
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

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

Posted: Thu 27 Feb 2020 15:55
by Stellar
Thank you for the information.
We have fixed the issue, and the fix will be included in the next SDAC build.