codice:
    DataGrid1.SelBookmarks.Add DataGrid1.RowBookmark(2)     ' 2 e' la riga, base 0
    Adodc1.Recordset.Bookmark = DataGrid1.SelBookmarks(0)