Page 1 of 1

Encrypted table and SQL comands

Posted: Tue 03 Mar 2015 17:33
by alexhaifa
Hello

Having all my table encrypted, I'd like to know if it is possible to use the SQL comands normally? Like this:

SELECT * FROM TABLE
WHERE NAMEPROD LIKE '%XYZ%'

Thanks
Alexandre

Re: Encrypted table and SQL comands

Posted: Wed 04 Mar 2015 09:42
by ViktorV
Firebird server doesn't provide capabilities for data search in encrypted fields. Search by encrypted fields is available only on the client side after decrypting data using the Locate and LocateEx methods.