RefreshRow

DataTable.RefreshRow does not work with table alias defined in schema:

SELECT A.F1, A.F2 FROM TBL A

ERROR MESSAGE: FIELD TBL.F1 DOES NOT EXISTS.
it should expect A.F1 not TBL.F1

Delphi XE2 update 4
DataBase: Firebird 2.5,
UniDAC 4.1.5
RODA ver. 6.0.57.993

One more note:

Schema is made with RODA ver 6.0.53.935

Hello,

In order to resolve this problem please set in Schema Modeler for your data table statement Target Table =“A”.

Hope this helps

Thank you for your quick response.