or
SELECT AES_DECRYPT(uPassword, 'myPassword') AS usrPassword
FROM tbluser
We are trying to use the mySQL database with Telerik Report, but, we are getting error when we using the SQL Statement as above.
But, in the report, it only show
"System.Byte[]" rather than the real value. Please advice.