Click to See Complete Forum and Search --> : Cursor Handling - Doubt


shivanand
02-24-2003, 04:57 AM
hi

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.

Thanks in advance

mkumarnk
02-24-2003, 05:33 AM
U can store it in to variable after tha fetch.When next fect comes u can get the values from this variable.

hrishy
02-25-2003, 12:32 AM
Hi

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..

regards
Hrishy