delphi - TFDTable property UpdateTableName has no effect -
i need tfdtable object linked sql view (no query, must use view!) firebird database. object should accept updates, set updateoptions.updatetablename property underlaying base table:
object fdtproducts_view: tfdtable indexfieldnames = 'product_id' connection = fdconnection1 updateoptions.updatetablename = 'products' tablename = 'products_view' left = 200 top = 48 end but updatetablename property has no effect: every time try update table message:
[firedac][phys][fb]cannot update read-only view products_view.
according documentation wiki page http://docwiki.embarcadero.com/libraries/xe8/en/firedac.stan.option.tfdbottomupdateoptions.updatetablename property ideal solution problem can' working.
i've tested xe5 , xe8 -> same results.
Comments
Post a Comment