BREAKING CHANGE - Default Encrypt with Microsoft OLE DB-Driver 19 for SQL-Server

BREAKING CHANGE - Default Encrypt with Microsoft OLE DB-Driver 19 for SQL-Server

Hello
I create a database connection with all standard parameters (TUniConnection.SpecificOptions) to MS SQL Server
  1. MyConnect := TUniConnection.Create;
  2. MyConnect.ProviderName := 'SQL Server';
  3. MyConnect.Database := <DBName>;
  4. MyConnect.Username := <DBUser>;
  5. ...
It has worked well so far. But now some customers report the following problem:

EUniError: Multiple-step OLE DB operation generated errors. Wrong Encrypt value

All customers have update to Microsoft OLE DB-Driver 19 for SQL-Server


And what can I do as a developer? Need set some TUniConnection.SpecificOptions?

Thx for help