IDADataset - Different behavior with dataset.delete;

Hi,

We’re having some problems due to differente behavior of DataSet.delete method between uDAInterfaces and FireDac.

If I call a the method delete from a Dataset from connection made by Firedac:
cds.delete;
The Dataset register is removed from the structure only, not affecting the database,

From other side, doing the same operation using IDADataset, it removes besides the row on the structure, the database rows corresponding to the row of the dataset

We want to know, Is there a flag to avoid this behavior? affecting only the data of the structure?

Delphi Tokyo: 10.2
RemObjects Data Abstract for Delphi, Server Edition - 10.0.0.1495.exe

Thanks

Hi,

can you provide a code what you are using with IDADataset, pls?
you can drop email to support@ for keeping privacy

Hi

We’ll send an example ASAP.

Thanks.