G
gk
Hi,
i need some info on cursor.
cursor == current set of records ....right ?
so, it holds set of records ....how many records it can hold ?
i have seen these examples
http://javaalmanac.com/egs/java.sql/MoveCursor.html
http://javaalmanac.com/egs/java.sql/GetCursorPosition.html
But, i have not got the answers of my questions.
here are the questions .
How i can set , how many record a cursor can hold ?
How do i retrive those records ?
suppose, i have for loop and i want to get the next set of records ,
should i move the cursor by 1 place ?
why i should use the cursor ? does it improve in any case ?
i have searched the net ....not found any answers / references where i
could find the answers of my questions.
If anybody can answer these questions or provide me some
resources/links where i could get the answers of these questions...i'll
appreciate
thank you
i need some info on cursor.
cursor == current set of records ....right ?
so, it holds set of records ....how many records it can hold ?
i have seen these examples
http://javaalmanac.com/egs/java.sql/MoveCursor.html
http://javaalmanac.com/egs/java.sql/GetCursorPosition.html
But, i have not got the answers of my questions.
here are the questions .
How i can set , how many record a cursor can hold ?
How do i retrive those records ?
suppose, i have for loop and i want to get the next set of records ,
should i move the cursor by 1 place ?
why i should use the cursor ? does it improve in any case ?
i have searched the net ....not found any answers / references where i
could find the answers of my questions.
If anybody can answer these questions or provide me some
resources/links where i could get the answers of these questions...i'll
appreciate
thank you