Forum Discussion
Tom_McGrath
Feb 26, 2024Copper Contributor
Access and SQL Server with Column Encryption
I've been asked to turn on column encryption on our Sql Server. We use Access 2019 as the front-end connected to SQL tables. The forms are bound to the tables. I am having a heck of time getting this...
Tom_van_Stiphout
Feb 26, 2024Steel Contributor
At the very least, you need to make sure you're using the latest ODBC driver.
https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16
https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16
Tom_McGrath
Feb 26, 2024Copper Contributor
Here is the connection string used, tried versions 17 and 18
"Description=MFS DB SQL SRV 2016;
DRIVER=ODBC Driver 18 for SQL Server;
SERVER=xxx.xxx.x.xx,1450;UID=xxx;PWD=xxx;
Trusted_Connection=No;
APP=Microsoft® Windows® Operating System;
DATABASE=TEST;
Encrypt=Yes;
TrustServerCertificate=Yes;
ColumnEncryption=Enabled;
"Description=MFS DB SQL SRV 2016;
DRIVER=ODBC Driver 18 for SQL Server;
SERVER=xxx.xxx.x.xx,1450;UID=xxx;PWD=xxx;
Trusted_Connection=No;
APP=Microsoft® Windows® Operating System;
DATABASE=TEST;
Encrypt=Yes;
TrustServerCertificate=Yes;
ColumnEncryption=Enabled;