ItHurtsWhenIThink
Technical User
Is it possible to manipulate data using a non-sql function.
Need to encrypt data to my recordset. Have to do it through sql statement. The encryption function is my own.
I was hoping to do something like:
Select MyEnctrypt(id) AS Eid FROM .....
Need to encrypt data to my recordset. Have to do it through sql statement. The encryption function is my own.
I was hoping to do something like:
Select MyEnctrypt(id) AS Eid FROM .....