Cursor jumping

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

Cursor jumping

Post by Guest » Mon 25 Apr 2005 12:24

After editing a record the cursor jumps to the first record of the dataset.
Seems that is caused by a refresh. Is there a possibilitie to jump back or prevent that without caching updates? (its a concurrent enviroment...)

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

Post by Alex » Tue 26 Apr 2005 08:48

Please specify type of your dataset, its settings (including query), code that executed before or after editing, and table structure, also specify your ODAC version.

Post Reply