小编Len*_*Len的帖子

How to read SQL Always-encrypted column from classic ASP

I maintain a classic ASP app (yeah, I know, we're working on it) and need to access Always Encrypted columns in SQL 2017.

I've imported the cert and tested in SSMS and PowerShell and that much works. The best I've been able to do in ASP is to get the encrypted value as a byte array. I've tried more connection string combinations than I can remember. My ASP dev box is Windows 10; the data server is SQL 2017.

cnn …
Run Code Online (Sandbox Code Playgroud)

sql-server asp-classic always-encrypted

4
推荐指数
1
解决办法
1150
查看次数

标签 统计

always-encrypted ×1

asp-classic ×1

sql-server ×1