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
- MyConnect := TUniConnection.Create;
- MyConnect.ProviderName := 'SQL Server';
- MyConnect.Database := <DBName>;
- MyConnect.Username := <DBUser>;
- ...
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