Hi.
To retrieve the records for browsing each record in sequentially [which they are actually not sequentially ordered], perhaps we can do :
a. Set the SQL statement:
"select * from mytable order by id"
b. This will give us records sequentially ordered. Then we can add some codes that have variables to specify the range of records [just like DBNavigator on Delphi].
c. How about by setting the field as key, Indexed and Unique?
Good luck! Please let me know if this solve the problem.
Best Regards.
Jhon R Putra