Hi,
I have a screen which displays rows of my table in a paged form (i.e. one 
can do Back/Previous on them and navigate across pages). I use the rowId of 
the top and bottom rows to query for the next/previous set of rows in the 
page. However I just read somewhere that the rowId need not be contigous and 
this would imply that my paging mechanism is all wrong.

The rowId in my table is a bigint primary key. Any suggestions?
Thanks!

Reply via email to