We want to give our customers the option to use database encryption in SQL Server.
We are currently using PB12.5 and the SNC driver which has the Encrypt dbparm.
Other than setting the Encrypt dbparm, what else needs to be done at the client? Do we need to install a certificate on the client or just the server?
What happens if the app attempts to connect to an encrypted database without the encrypt dbparm? What happens if the encrypt dbparm is set but the database is not encrypted? I tried it but got an error message about invalid certificate.