I need to add encryption to a column in an SQL Server 2005 table. The Symmetric key and certificate have been created. I have verified that in Management Studio that I'm able to insert into the encrypted column.
When I coded the Open symmetric into the program source, I get an error. It is just the HTML error page.
I know it is because of this statement;
Open Symmetric key MKey decryption by certificate MCertificate
because when I remove it, the program works.
If possible, please indicate what I need to do inside the program source.
When I coded the Open symmetric into the program source, I get an error. It is just the HTML error page.
I know it is because of this statement;
Open Symmetric key MKey decryption by certificate MCertificate
because when I remove it, the program works.
If possible, please indicate what I need to do inside the program source.