Hello,
I have en SQL in my grid app the uses AES_ENCRYPT:
SELECT
GRUPO,
aes_decrypt(apellido,‘mykey’) as apellido,
nombre,
dni,
email
FROM
vw_grupo_per
But it not works!!! return the info without decrypt!!
If I run in mysql works fine. If I use events in form applications works fine. But in grid nothing works!!
Please help!!!