0

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.

pdiddy
  • 6,217
  • 10
  • 50
  • 111
  • Which version of SQL Compact are you planning to use? Paging support is coming in SQL Compact 4. – Peter Sep 02 '10 at 14:42

1 Answers1

0

Calculate the rows on each page manually.

Beth
  • 9,531
  • 1
  • 24
  • 43