We are trying to encrypt one of the sensitive columns for a table.
I found some articles on the net, all they are advised to create a new column in the existing table which will show encrypted data and then delete existing main table column
But on front-end application, how to get encrypted data for actual table column?
2 - I also tried with Wizard but getting error SQL 71561
Thanks