• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Firing SELECT query to filter data on encrypted DB.

Hello,
I have encrypted data in SQLite DB.

When firing SELECT query to filter data (e.g. select * from MyTable where TITLE LIKE <thistext>...) I get nothing in return. As obviously <thistext> should be encrypted before passing to match those titles as data is encrypted in DB but still no data returned.

When <thistext> is passed as blank I get all data but passed with some text to filter nothing returned.

Any clue...?
Thnx.
 
Back
Top Bottom