DBAdvGrid - go back to row after update data

I need to change data which are shown in DBAdvGrid (via IBDAC and SQL statement) and after that it is neccessary to refresh the data via close/open the dataset. What I want to do now is that after opening the dataset again to jump back to the row where I made the changes (or one before or after because sometimes the data in the old row will be deleted). Is there a way to do this?

Hartmut

Get bookmark of this record you made changes to and then after reopening, goto this bookmark?