1
I’m going through an unusual situation with Firedac.
I use Delphi 2009 + Firedac V8.0.5.3365 and only one component ADQuery
without DataSetProvider
and ClientDataSet
.
After the inclusion of a record through the ApplyUpdates(0)
, when I request a Refresh or Refreshrecord Firedac is recording the record twice more, causing a triplicity in inclusion. This has happened about three times in different tables.
I’ve tried to disable the CachedUpdates
, but is in error if this change is made with Query open.
Has anyone been there? Know how to solve this situation?