Hi there,
I want to create store procedure where I can pass starting positon and end position for records as parameters and based on that I can retrieve record set.
For ex. if I pass starting position as 6th and end position as 11th then I should be able to retrieve records from 6th to 11th for select statement which I written.
I want to achieve this functionality for custom paging in grid on web page.
I have already watched cetain articles on internet for writing store procedure for custom paging of the grid but they don't match to my criteria.
Is there any way I can achieve set of records based on starting position and end position?
I am exlploring on this issue lot but till no success. Your help would be precious for me.
Thanks in advance.
I want to create store procedure where I can pass starting positon and end position for records as parameters and based on that I can retrieve record set.
For ex. if I pass starting position as 6th and end position as 11th then I should be able to retrieve records from 6th to 11th for select statement which I written.
I want to achieve this functionality for custom paging in grid on web page.
I have already watched cetain articles on internet for writing store procedure for custom paging of the grid but they don't match to my criteria.
Is there any way I can achieve set of records based on starting position and end position?
I am exlploring on this issue lot but till no success. Your help would be precious for me.
Thanks in advance.