SQL ce data paging possible?

489 Views Asked by At

Is there a way to implement data paging with sql ce? It would be for windows mobile app.

Currently using the sql compact edition 3.5. Also using the Microsoft Sync Framework ADO.net v1.0 for device.

1

There are 1 best solutions below

0
On

Calculate the rows on each page manually.