Encryption Issue
Hi,
I am having some difficulty ordering a query that has been stored in the db in the encrypt(#name#, #key#) format. Is there any ways to use the ORDER BY in the query in order to order the decrypted results alphabetically? I have tried putting the query results in an array that I then ordered but the clients shared hosting account couldnt handle it and would often time out. So my question is...how can you order a encrypted db field by its decrypted result? If there is not a way, is there a good way to order the decrypted query results?
Thanks!!!
