Pagination using dbService.select or IN clause use.
Has anyone tried to do pagination using the select statement. One of the args is maxReturnedRows but I need a starting row as well. I cannot use the key value because the sort order is set dynamically. I would also love to be able to use the sql IN clause. Does anyone know of a way to simulate the IN clause without using a bunch or OR's?
0