Filter TStringfield containing a backslash is not working anymore
Posted: Fri 27 Dec 2013 07:45
Hi,
Since my upgrade to version MyDAC 8.x the filter set on a TMyTable isn't working as expected anymore.
Set in Object Inspector (Delphi XE2 + MyDAC 8.2.5):
Filter: MyID='MyID' and MyFolder='C:\Program Files\MyApp\'
Filtered: True
Whenever a filter-value contains a "\", the filter doesn't recognize the value to be filtered.
So 'C:\Program Files\MyApp\' will not be found anymore.
MyID and MyFolder are both TStringField
Do you have a solution for this?
Since my upgrade to version MyDAC 8.x the filter set on a TMyTable isn't working as expected anymore.
Set in Object Inspector (Delphi XE2 + MyDAC 8.2.5):
Filter: MyID='MyID' and MyFolder='C:\Program Files\MyApp\'
Filtered: True
Whenever a filter-value contains a "\", the filter doesn't recognize the value to be filtered.
So 'C:\Program Files\MyApp\' will not be found anymore.
MyID and MyFolder are both TStringField
Do you have a solution for this?