5
Answers

How to use list values to update table column in a database?

Photo of Samia Souror

Samia Souror

6y
752
1
Welcome, I have a string list populated with some encryption keys. I want to use these keys to decrypt values in a column in a database (the first key in the list decrypts the first column value). How to do that??

Answers (5)