How to use list values to update table column in a database?
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??