I am writing a cursor which will fetch and execute records in a sequential way '
for example First 10 records from a table and then next 10 records and then another 10 , at any given point of time can i get back to the previous records in a cursor.
If you are using JDBc 3.0 then you have by default scrollable cusrors..which you can navigate forward n backward.you should tell us what programmin environment you are using..
Bookmarks