Rollback does not refresh dataset

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
xstef
Posts: 22
Joined: Sat 09 Sep 2006 20:44

Rollback does not refresh dataset

Post by xstef » Fri 15 Sep 2006 18:10

Hi,
i have a IBCQuery, Datasource, and a Grid. I open the dataset, do some changes in a record and then do a rollbackretaining. Then the dataset does not refresh and still displays on the grid the changed values. Is this normal behavior ?, should i do a manual Refresh ?

Thank you in advance,

Stefanos

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 19 Sep 2006 13:52

TCustomIBCDataSet and its descendants have no such refresh functionality, you should call Refresh on needed datasets manually.

Post Reply