Search code examples
delphiadodelphi-xe7delphi-xe4firedac

Equivalent TADOQuery.Properties in TFDQuery


What is the equivalent of TADOQuery.Properties in TFDQuery (FireDAC) in Delphi (XE7)?

I have used QUsers.Properties['Unique Table'].Value in a project and I'm going to convert it (from ADO components) to FireDAC components.


Solution

  • To some degree that will be TFDQuery.UpdateOptions.UpdateTableName property: http://docwiki.embarcadero.com/Libraries/Seattle/en/FireDAC.Stan.Option.TFDBottomUpdateOptions.UpdateTableName