i am just curious of industry standards, like there is such a thing
but how do you limit the results shown on a page
the way i see it, there are 3 approaches
1.
select all and just show the range through looping and begin/end values, i.e show records 11 - 20
2.
set page size and page on recordset
3.
get specific record count through sql statement
are there others?
advantages?
just curious
but how do you limit the results shown on a page
the way i see it, there are 3 approaches
1.
select all and just show the range through looping and begin/end values, i.e show records 11 - 20
2.
set page size and page on recordset
3.
get specific record count through sql statement
are there others?
advantages?
just curious