Hi, I need some suggestion. Fairly new to classic asp.
I have table with some data where some of it is encrypted. Now I want to decrypt it and sort it.
Before i encrypted, I was using a recordset to query and sort. but now the step that has come up is decrypt and then sort.
I was trying to update in the existing recordset by decrypting the number. but I am getting many error some things like Provider error '8002000a', out of present range or OLEDB error.
The data in the database is varbinary, when i query it I cast it to Varchar and then i am trying to right a 14 digit number in the varchar value field to update.
I am stuck with this. if Anyone can suggest something..
Thanks in advance for the help.