O master-detail se nejedna.
FDTable.CachedUpdates := FALSE; FDTable.FetchOptions.Unidirectional := FALSE; FDTable.FetchOptions.CursorKind := ckAutomatic; Tabulka ma PrimaryKey.
LDW mode mam nastaveno presto pouziti filtru konci chybou.
V dokumentaci TFDTable and Filtering je:
For the Filter property. Note that the Filter property content is sent to a DB as is. You may use FireDAC escape sequences to make an expression compatible with a DBMS and with the local expression engine.
Co nastavit ve FDTable nebo jak subquery filtr (napr. pomoci FireDAC escape sequences) upravit aby proslo subquery ve filtu.
Pozivam Delphi XE6, databazi FB s pozadavkem i na jine DBMS.