I can not solve one problem.
I have a TMyQuery on a form. In database I have some records 'some_data' (with quotes) and want to find them.
When I set propery
Code: Select all
Filter = 'CATEGORY_NAME = '''some_data'''';and then
Code: Select all
Filtered = true;When I use MySQL syntax, I set
Code: Select all
FilterSQL = '`CATEGORY_NAME` = \some_data\';How I must set Filter property to filter data with single quotes?
MyDAC version: 5.90.0.55