Encrypted table and SQL comands

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alexhaifa
Posts: 18
Joined: Thu 29 May 2014 12:48

Encrypted table and SQL comands

Post by alexhaifa » Tue 03 Mar 2015 17:33

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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Encrypted table and SQL comands

Post by ViktorV » Wed 04 Mar 2015 09:42

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.

Post Reply