There are many people asking this question.
Var? BK: TBOOKMARK; begin? if adodsvresult.active and (adodsvresult.recordcount> 0) THEN? Begin ??? bk: = adodsvresult.getbookmark; ??? // Operating database here ???? if adodsvresult.bookmarkValid BK) THEN/ If the tag can match, find the record ????? adodsvresult.gotobookmark (bk); end; end;