RefreshRecord, CachedUpdates, Memdata.pas bug
Posted: Tue 05 Dec 2006 19:16
I downloaded and installed ODAC 5.80.37 to pick up a bug fix involving RefreshRecord and CachedUpdates. Unfortunately I am still receiving the error in some cases.
The error I am seeing is "DisposeBuf failed (D:\Projects\Delphi\Dac\Source\MemData.pas, line 6512)".
This error occurs when executing RefreshRecord on a dataset that has CachedUpdates=true and is the master table in a master/detail relationship.
This error does NOT occur when executing RefreshRecord on a dataset that has CachedUpdates=true but the dataset is not in a master/detail relationship.
Using "Refresh" as a workaround :=(
The error I am seeing is "DisposeBuf failed (D:\Projects\Delphi\Dac\Source\MemData.pas, line 6512)".
This error occurs when executing RefreshRecord on a dataset that has CachedUpdates=true and is the master table in a master/detail relationship.
This error does NOT occur when executing RefreshRecord on a dataset that has CachedUpdates=true but the dataset is not in a master/detail relationship.
Using "Refresh" as a workaround :=(