vikas.patel
Newbie
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.
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.