Subject How to implement "fetch data on demand" at SQL level
Author william_yuwei
Hi, All

I have a 20 rows grid that I just want to implement "fetch data on
demand" for it, that is I only want to fetch 20 rows data from server
until the grid is scrolled, then fetch another 20 rows, so what should
I do implement this purpose at SQL level (back end)?

Thanks

William