Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I am using a SQL 2000 backend and .NET as the frontend. I would like to have the functionality to display 50 records at a time to my users.
Once I have figured that out, I would like to allow my user the functionality to select a row to start at and then display the next 50 after that.
At first I thought it was a SQL statement that would allow me this functionality. In Oracle I can use the ROWNUM function to specify what rows I want, but on the sql forum they mentioned it maybe a question for here...
Anyone offer opinions or examples of this functionality?
I am using a SQL 2000 backend and .NET as the frontend. I would like to have the functionality to display 50 records at a time to my users.
Once I have figured that out, I would like to allow my user the functionality to select a row to start at and then display the next 50 after that.
At first I thought it was a SQL statement that would allow me this functionality. In Oracle I can use the ROWNUM function to specify what rows I want, but on the sql forum they mentioned it maybe a question for here...
Anyone offer opinions or examples of this functionality?