RefreshRecord, CachedUpdates, Memdata.pas bug

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chinaski
Posts: 3
Joined: Mon 16 Jan 2006 03:53

RefreshRecord, CachedUpdates, Memdata.pas bug

Post by chinaski » 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 :=(

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 06 Dec 2006 13:28

We cannot reproduce the problem. Please send to ODAC support address complete sample that demonstrates the problem and include script to create server objects.

Post Reply