Migratig from FibPlus

Migratig from FibPlus

Hi
I have a FibDataSet with CachedUpdate activated. and this code:

    Trans := Consulta.Transaction;
    Trans.Active := true;
    Consulta.Open;
    Trans.Active := false;

when I close the transaction, the DataSet state is dsBrowse and all the data are still in DataSet.

But If I do the same with a TIbcQuery, when I close the transaction the DataSet state is dsInactive.

It`s posible to do the same with IBDac?

Thank you