Hi, I am trying to think of a solution to this problem.
Let's say I have 10,000 records in my database and my web application displays the records in pages ( 100 records per page ). Let's say I would like to navigate to page 3, how can I write a stored procedure for Sybase ASE to return the correct 100 records to me ?
I can achieve this in MS SQL Server as it supports SELECT TOP 100, but I don't think there is an equivalent to SELECT TOP in sybase, is there ?
I hope someone can give me some pointers, Thanks !
Let's say I have 10,000 records in my database and my web application displays the records in pages ( 100 records per page ). Let's say I would like to navigate to page 3, how can I write a stored procedure for Sybase ASE to return the correct 100 records to me ?
I can achieve this in MS SQL Server as it supports SELECT TOP 100, but I don't think there is an equivalent to SELECT TOP in sybase, is there ?
I hope someone can give me some pointers, Thanks !