DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Cursor Handling - Doubt

  1. #1
    Join Date
    Jul 2002
    Posts
    32

    Cursor Handling - Doubt

    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
    SHIVANAND HANUMANTAPPA

  2. #2
    Join Date
    Jul 2002
    Location
    Washington DC
    Posts
    110
    U can store it in to variable after tha fetch.When next fect comes u can get the values from this variable.

  3. #3
    Join Date
    Jan 2001
    Posts
    2,828
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width