Possible Duplicate:
How to reverse MD5 to get the original string?
I am trying to convert a column value which is of data type binary(16)
into its original value (character string).
Is there any way to do it.
Example: 0x3820DA3FECE029257C26C7C308BFB2AB
value into character string.
Thanks in advance for your feedback.