if I have two table, master/detail, linked into one of
theses componentes: TIBTable; TIBDataSet; TIBQuery
linked witch a TIBUpdateSql, and your cachedUppdate
property`s seted to true, in the component linked
witch master table the applyupdate work properly but
in the detail table not and all of register recently
inserted are lost (in the buffer).
At first time, i consider witch this error are in my
code, so, i open the IbMastApp sample project and then
test to insert a new order witch new items and the
error have ocurred like in my application.
So, Debug the project with de code of IBCustomDataSet
unit but i don't know why this problem occur.